Skip to content

Commit

Permalink
Staging: poch: Include linux/types.h
Browse files Browse the repository at this point in the history
Include linux/types.h in poch.h, so that poch.h can be included in
user application header files.

Signed-off-by: Vijay Kumar B. <vijaykumar@bravegnu.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Vijay Kumar B authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent 92d4503 commit 949d6ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/staging/poch/poch.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
* include/linux for final version.
*
*/

#include <linux/types.h>

struct poch_counters {
__u32 fifo_empty;
__u32 fifo_overflow;
Expand Down

0 comments on commit 949d6ae

Please sign in to comment.