[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1291216245-18574-4-git-send-email-virtuoso@slind.org>
Date: Wed, 1 Dec 2010 17:10:44 +0200
From: Alexander Shishkin <virtuoso@...nd.org>
To: linux-kernel@...r.kernel.org
Cc: Alexander Shishkin <virtuoso@...nd.org>,
Andrew Morton <akpm@...ux-foundation.org>,
"James E.J. Bottomley" <James.Bottomley@...e.de>,
linux-scsi@...r.kernel.org
Subject: [PATCH 3/4] 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@...nd.org>
CC: Andrew Morton <akpm@...ux-foundation.org>
CC: "James E.J. Bottomley" <James.Bottomley@...e.de>
CC: linux-scsi@...r.kernel.org
CC: linux-kernel@...r.kernel.org
---
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 58ce8fe..5cb20cc 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
--
1.7.2.1.45.gb66c2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists