Browse Source

Staging: epl: fix sparse warning in proc_fs.c

proc_fs.c needs to include proc_fs.h

Cc: Daniel Krueger <daniel.krueger@systec-electronic.com>
Cc: Ronald Sieber <Ronald.Sieber@systec-electronic.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Greg Kroah-Hartman 16 years ago
parent
commit
e05ab09aeb
1 changed files with 2 additions and 0 deletions
  1. 2 0
      drivers/staging/epl/proc_fs.c

+ 2 - 0
drivers/staging/epl/proc_fs.c

@@ -94,6 +94,8 @@
 #include "fec.h"
 #endif
 
+#include "proc_fs.h"
+
 /***************************************************************************/
 /*                                                                         */
 /*                                                                         */