Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Stephen Hemminger and committed by
David S. Miller
ecef969e 75ec533e

+2 -1
+1 -1
drivers/net/veth.c
··· 15 15 16 16 #include <net/dst.h> 17 17 #include <net/xfrm.h> 18 - #include <net/veth.h> 18 + #include <linux/veth.h> 19 19 20 20 #define DRV_NAME "veth" 21 21 #define DRV_VERSION "1.0"
+1
include/linux/Kbuild
··· 153 153 header-y += ultrasound.h 154 154 header-y += un.h 155 155 header-y += utime.h 156 + header-y += veth.h 156 157 header-y += video_decoder.h 157 158 header-y += video_encoder.h 158 159 header-y += videotext.h
include/net/veth.h include/linux/veth.h