Commit f41a0249 authored by Stephen Hemminger's avatar Stephen Hemminger

[NET]: Make netdevice.h more non-kernel friendly.

parent 2e4a83ab
...@@ -29,11 +29,11 @@ ...@@ -29,11 +29,11 @@
#include <linux/if_ether.h> #include <linux/if_ether.h>
#include <linux/if_packet.h> #include <linux/if_packet.h>
#ifdef __KERNEL__
#include <asm/atomic.h> #include <asm/atomic.h>
#include <asm/cache.h> #include <asm/cache.h>
#include <asm/byteorder.h> #include <asm/byteorder.h>
#ifdef __KERNEL__
#include <linux/config.h> #include <linux/config.h>
#include <linux/device.h> #include <linux/device.h>
#include <linux/percpu.h> #include <linux/percpu.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment