Commit 949d6ae745ba2fa34bc983bb808c814898d5b77d

Authored by Vijay Kumar B
Committed by Greg Kroah-Hartman
1 parent 92d450336e

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>

Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff

drivers/staging/poch/poch.h
... ... @@ -7,6 +7,9 @@
7 7 * include/linux for final version.
8 8 *
9 9 */
  10 +
  11 +#include <linux/types.h>
  12 +
10 13 struct poch_counters {
11 14 __u32 fifo_empty;
12 15 __u32 fifo_overflow;