mirror of https://gitee.com/openkylin/linux.git
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/headers-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
This commit is contained in:
commit
c4e51e4657
|
@ -14,13 +14,12 @@
|
||||||
#ifndef _LINUX_AUTO_FS_H
|
#ifndef _LINUX_AUTO_FS_H
|
||||||
#define _LINUX_AUTO_FS_H
|
#define _LINUX_AUTO_FS_H
|
||||||
|
|
||||||
|
#include <linux/types.h>
|
||||||
#ifdef __KERNEL__
|
#ifdef __KERNEL__
|
||||||
#include <linux/fs.h>
|
#include <linux/fs.h>
|
||||||
#include <linux/limits.h>
|
#include <linux/limits.h>
|
||||||
#include <linux/types.h>
|
|
||||||
#include <linux/ioctl.h>
|
#include <linux/ioctl.h>
|
||||||
#else
|
#else
|
||||||
#include <asm/types.h>
|
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#endif /* __KERNEL__ */
|
#endif /* __KERNEL__ */
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
#ifndef __NET_DROPMON_H
|
#ifndef __NET_DROPMON_H
|
||||||
#define __NET_DROPMON_H
|
#define __NET_DROPMON_H
|
||||||
|
|
||||||
|
#include <linux/types.h>
|
||||||
#include <linux/netlink.h>
|
#include <linux/netlink.h>
|
||||||
|
|
||||||
struct net_dm_drop_point {
|
struct net_dm_drop_point {
|
||||||
|
|
Loading…
Reference in New Issue