dect
/
linux-2.6
Archived
13
0
Fork 0

[VETH]: move veth.h to include/linux

Move veth.h from net/ to linux/ since it is a user api, and add it to
user header processing Kbuild.

[ Use header-y as suggested by Sam Ravnborg.  -DaveM ]

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Stephen Hemminger 2007-12-25 17:23:59 -08:00 committed by David S. Miller
parent 75ec533ec3
commit ecef969e5b
3 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@
#include <net/dst.h>
#include <net/xfrm.h>
#include <net/veth.h>
#include <linux/veth.h>
#define DRV_NAME "veth"
#define DRV_VERSION "1.0"

View File

@ -153,6 +153,7 @@ header-y += toshiba.h
header-y += ultrasound.h
header-y += un.h
header-y += utime.h
header-y += veth.h
header-y += video_decoder.h
header-y += video_encoder.h
header-y += videotext.h