Skip to content

Commit

Permalink
[VETH]: move veth.h to include/linux
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Dec 27, 2007
1 parent 75ec533 commit ecef969
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/veth.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions include/linux/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit ecef969

Please sign in to comment.