From: Alexander Shishkin Date: Fri, 2 Dec 2011 03:09:16 +0000 (+1100) Subject: scsi: fix a header to include linux/types.h X-Git-Tag: next-20111202~2^2~181 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9e7f200abf8da58e9f73204c28de6ba1f97468b9;p=karo-tx-linux.git scsi: fix a header to include linux/types.h For headers that get exported to userland and make use of u32 style type names, it is advised to include linux/types.h. This fixes a headers_check warning. Signed-off-by: Alexander Shishkin Cc: James Bottomley Signed-off-by: Andrew Morton --- 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 - +#include /* * This file intended to be included by both kernel and user space