diff options
author | Bobby Powers <bobbypowers@gmail.com> | 2012-03-23 15:01:51 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-03-23 16:58:31 -0700 |
commit | 10db4e1e4e9a910a26b94045660e5ba7e7c71419 (patch) | |
tree | cd28bea676da081ceb76984867ecfb5559bbe70a /include/scsi | |
parent | d314d74c695f967e10598467a326f41c78ed1e20 (diff) | |
download | blackbird-op-linux-10db4e1e4e9a910a26b94045660e5ba7e7c71419.tar.gz blackbird-op-linux-10db4e1e4e9a910a26b94045660e5ba7e7c71419.zip |
headers: include linux/types.h where appropriate
This addresses some header check warnings. DRM headers which include
"drm.h" have been excluded, as they indirectly include types.h.
Signed-off-by: Bobby Powers <bobbypowers@gmail.com>
Cc: Chris Ball <cjb@laptop.org>
Cc: Dave Airlie <airlied@linux.ie>
Cc: James Bottomley <James.Bottomley@HansenPartnership.com>
Cc: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/scsi')
-rw-r--r-- | include/scsi/scsi_netlink.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scsi/scsi_netlink.h b/include/scsi/scsi_netlink.h index 58ce8fe44783..5cb20ccb1956 100644 --- a/include/scsi/scsi_netlink.h +++ b/include/scsi/scsi_netlink.h @@ -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 |