diff options
| author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2009-07-08 11:27:20 -0400 |
|---|---|---|
| committer | Helge Deller <deller@gmx.de> | 2009-08-02 06:36:20 -0400 |
| commit | b10ff54f9f58adfb708b53e6e56ed3d7804ade74 (patch) | |
| tree | fcb00982466ebe772c733ab2feaa63f75d050089 | |
| parent | 2678251b207394aa8b9d92c653c05a8b3449f1f5 (diff) | |
parisc: includecheck fix for ccio-dma.c
fix the following 'make includecheck' warning:
drivers/parisc/ccio-dma.c: linux/proc_fs.h is included more than once.
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Helge Deller <deller@gmx.de>
| -rw-r--r-- | drivers/parisc/ccio-dma.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/parisc/ccio-dma.c b/drivers/parisc/ccio-dma.c index 0f0e0b919ef4..a45b0c0d574e 100644 --- a/drivers/parisc/ccio-dma.c +++ b/drivers/parisc/ccio-dma.c | |||
| @@ -70,7 +70,6 @@ | |||
| 70 | #undef CCIO_COLLECT_STATS | 70 | #undef CCIO_COLLECT_STATS |
| 71 | #endif | 71 | #endif |
| 72 | 72 | ||
| 73 | #include <linux/proc_fs.h> | ||
| 74 | #include <asm/runway.h> /* for proc_runway_root */ | 73 | #include <asm/runway.h> /* for proc_runway_root */ |
| 75 | 74 | ||
| 76 | #ifdef DEBUG_CCIO_INIT | 75 | #ifdef DEBUG_CCIO_INIT |
