diff options
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2009-07-08 15:27:20 +0000 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2009-08-02 12:36:20 +0200 |
commit | b10ff54f9f58adfb708b53e6e56ed3d7804ade74 (patch) | |
tree | fcb00982466ebe772c733ab2feaa63f75d050089 /drivers/parisc | |
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>
Diffstat (limited to 'drivers/parisc')
-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 @@ #undef CCIO_COLLECT_STATS #endif -#include <linux/proc_fs.h> #include <asm/runway.h> /* for proc_runway_root */ #ifdef DEBUG_CCIO_INIT |