diff options
author | Vijay Kumar B <vijaykumar@bravegnu.org> | 2009-09-21 11:23:59 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-12-11 12:23:09 -0800 |
commit | 949d6ae745ba2fa34bc983bb808c814898d5b77d (patch) | |
tree | b850ad456de0c20375359f940e83918e95fb4e12 | |
parent | 92d450336eedf4c671f37c931fa8ccc28c6be3a9 (diff) |
Staging: poch: Include linux/types.h
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>
-rw-r--r-- | drivers/staging/poch/poch.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/staging/poch/poch.h b/drivers/staging/poch/poch.h index bf622448ac8c..8b08385861fd 100644 --- a/drivers/staging/poch/poch.h +++ b/drivers/staging/poch/poch.h @@ -7,6 +7,9 @@ * include/linux for final version. * */ + +#include <linux/types.h> + struct poch_counters { __u32 fifo_empty; __u32 fifo_overflow; |