Messages in this thread Patch in this message |  | | | From | Francisco Alecrim <> | | Subject | [PATCH 2/6] drivers/parisc/ccio-dma.c: clean up remove duplicated headers | | Date | Fri, 14 Dec 2007 14:56:46 -0400 |
| |
Remove duplicated headers in drivers/parisc/ccio-dma.c: drivers/parisc/ccio-dma.c: linux/proc_fs.h is included more than once.
Signed-off-by: Francisco Alecrim <francisco.alecrim@indt.org.br> --- 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 7c60cbd..b67b056 100644 --- a/drivers/parisc/ccio-dma.c +++ b/drivers/parisc/ccio-dma.c @@ -76,7 +76,6 @@ #undef CCIO_MAP_STATS #endif -#include <linux/proc_fs.h> #include <asm/runway.h> /* for proc_runway_root */ #ifdef DEBUG_CCIO_INIT -- 1.5.3.7
|  |