From: Alexander Shishkin <virtuoso@xxxxxxxxx> Subject: 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 <virtuoso@xxxxxxxxx> Cc: James Bottomley <James.Bottomley@xxxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxx> --- include/scsi/scsi_netlink.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/scsi/scsi_netlink.h~scsi-fix-a-header-to-include-linux-typesh include/scsi/scsi_netlink.h --- a/include/scsi/scsi_netlink.h~scsi-fix-a-header-to-include-linux-typesh +++ a/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 _ -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html