Skip to content

Commit

Permalink
Staging: epl: fix sparse warning in proc_fs.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Kroah-Hartman committed Apr 3, 2009
1 parent b349129 commit e05ab09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/staging/epl/proc_fs.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@
#include "fec.h"
#endif

#include "proc_fs.h"

/***************************************************************************/
/* */
/* */
Expand Down

0 comments on commit e05ab09

Please sign in to comment.