projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92d4503
)
Staging: poch: Include linux/types.h
author
Vijay Kumar B
<vijaykumar@bravegnu.org>
Mon, 21 Sep 2009 05:53:59 +0000
(11:23 +0530)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 11 Dec 2009 20:23:09 +0000
(12:23 -0800)
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>
drivers/staging/poch/poch.h
patch
|
blob
|
history
diff --git
a/drivers/staging/poch/poch.h
b/drivers/staging/poch/poch.h
index bf622448ac8cf6c3a4b0d80fd4e269999b7f392c..8b08385861fdbbd59a0baa801b0a23bc727b50c8 100644
(file)
--- 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;