Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754667Ab0LAPLp (ORCPT ); Wed, 1 Dec 2010 10:11:45 -0500 Received: from filtteri5.pp.htv.fi ([213.243.153.188]:37794 "EHLO filtteri5.pp.htv.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752390Ab0LAPLo (ORCPT ); Wed, 1 Dec 2010 10:11:44 -0500 From: Alexander Shishkin To: linux-kernel@vger.kernel.org Cc: Alexander Shishkin , Andrew Morton , "James E.J. Bottomley" , linux-scsi@vger.kernel.org Subject: [PATCH 3/4] scsi: fix a header to include linux/types.h Date: Wed, 1 Dec 2010 17:10:44 +0200 Message-Id: <1291216245-18574-4-git-send-email-virtuoso@slind.org> X-Mailer: git-send-email 1.7.2.1.45.gb66c2 In-Reply-To: <1291216245-18574-1-git-send-email-virtuoso@slind.org> References: <1291216245-18574-1-git-send-email-virtuoso@slind.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1081 Lines: 35 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: Andrew Morton CC: "James E.J. Bottomley" CC: linux-scsi@vger.kernel.org CC: linux-kernel@vger.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 - +#include /* * 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/