[GIT PULL] headers_check fixes

From: Jaswinder Singh Rajput
Date: Mon Jun 01 2009 - 03:21:40 EST


Linus,

Please pull headers_check fixes:

The following changes since commit 3218911f839b6c85acbf872ad264ea69aa4d89ad:
Linus Torvalds (1):
Merge git://git.infradead.org/~dwmw2/mtd-2.6.30

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/headers-check-2.6.git master

Jaswinder Singh Rajput (2):
headers_check fix: linux/auto_fs.h
headers_check fix: linux/net_dropmon.h

include/linux/auto_fs.h | 3 +--
include/linux/net_dropmon.h | 1 +
2 files changed, 2 insertions(+), 2 deletions(-)

Complete diff:

diff --git a/include/linux/auto_fs.h b/include/linux/auto_fs.h
index 6326585..7b09c83 100644
--- a/include/linux/auto_fs.h
+++ b/include/linux/auto_fs.h
@@ -14,13 +14,12 @@
#ifndef _LINUX_AUTO_FS_H
#define _LINUX_AUTO_FS_H

+#include <linux/types.h>
#ifdef __KERNEL__
#include <linux/fs.h>
#include <linux/limits.h>
-#include <linux/types.h>
#include <linux/ioctl.h>
#else
-#include <asm/types.h>
#include <sys/ioctl.h>
#endif /* __KERNEL__ */

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 <linux/types.h>
#include <linux/netlink.h>

struct net_dm_drop_point {


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/