Skip to content

Commit

Permalink
parisc: includecheck fix for ccio-dma.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jaswinder Singh Rajput authored and Helge Deller committed Aug 2, 2009
1 parent 2678251 commit b10ff54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/parisc/ccio-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b10ff54

Please sign in to comment.