Skip to content

Commit

Permalink
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/headers…
Browse files Browse the repository at this point in the history
…-check-2.6

* git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/headers-check-2.6:
  headers_check fix: linux/net_dropmon.h
  headers_check fix: linux/auto_fs.h
  • Loading branch information
Linus Torvalds committed Jun 1, 2009
2 parents 700d455 + d280cc9 commit c4e51e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions include/linux/auto_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__ */

Expand Down
1 change: 1 addition & 0 deletions include/linux/net_dropmon.h
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit c4e51e4

Please sign in to comment.