lkml.org 
[lkml]   [2009]   [Jun]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[GIT PULL] headers_check fixes
From
Date
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 {



\
 
 \ /
  Last update: 2009-06-01 09:23    [W:0.023 / U:0.256 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site