]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
For headers that get exported to userland and make use of u32 style
authorAlexander Shishkin <virtuoso@slind.org>
Wed, 3 Aug 2011 00:52:44 +0000 (10:52 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 3 Aug 2011 04:19:18 +0000 (14:19 +1000)
type names, it is advised to include linux/types.h.

This fixes a headers_check warning.

Signed-off-by: Alexander Shishkin <virtuoso@slind.org>
Cc: James Bottomley <James.Bottomley@HansenPartnership.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/scsi/scsi_netlink.h

index 58ce8fe4478365484ac2d5ab2e7883efce83d114..5cb20ccb195606b9cc0fdac6869b2789c06e1649 100644 (file)
@@ -23,7 +23,7 @@
 #define SCSI_NETLINK_H
 
 #include <linux/netlink.h>
-
+#include <linux/types.h>
 
 /*
  * This file intended to be included by both kernel and user space