From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754320AbZETE7O (ORCPT ); Wed, 20 May 2009 00:59:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753914AbZETE6s (ORCPT ); Wed, 20 May 2009 00:58:48 -0400 Received: from hera.kernel.org ([140.211.167.34]:59021 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753763AbZETE6p (ORCPT ); Wed, 20 May 2009 00:58:45 -0400 Subject: [PATCH 2/2 -tip] headers_check fix: linux/net_dropmon.h From: Jaswinder Singh Rajput To: Ingo Molnar , David Miller Cc: Andrew Morton , Sam Ravnborg , x86 maintainers , LKML In-Reply-To: <1242795274.3260.4.camel@localhost.localdomain> References: <1242795274.3260.4.camel@localhost.localdomain> Content-Type: text/plain Date: Wed, 20 May 2009 10:27:47 +0530 Message-Id: <1242795467.3260.8.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 (2.24.5-1.fc10) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org fix the following 'make headers_check' warnings: usr/include/linux/net_dropmon.h:7: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- include/linux/net_dropmon.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/net_dropmon.h b/include/linux/net_dropmon.h index 0217fb8..0e2e100 100644 --- a/include/linux/net_dropmon.h +++ b/include/linux/net_dropmon.h @@ -1,6 +1,7 @@ #ifndef __NET_DROPMON_H #define __NET_DROPMON_H +#include #include struct net_dm_drop_point { -- 1.6.1.1