Re: [PATCH] veth: move veth.h to include/linux

2007-12-25 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Tue, 25 Dec 2007 17:14:15 -0800 > On Tue, 25 Dec 2007 23:23:35 +0100 > Sam Ravnborg <[EMAIL PROTECTED]> wrote: > > > Someone will argue that you should use header-y += > > because the file has no conditionals removed by unifdef. > > > > My person

Re: [PATCH] veth: move veth.h to include/linux

2007-12-25 Thread Stephen Hemminger
On Tue, 25 Dec 2007 23:23:35 +0100 Sam Ravnborg <[EMAIL PROTECTED]> wrote: > On Tue, Dec 25, 2007 at 12:46:56PM -0800, Stephen Hemminger wrote: > > Move veth.h from net/ to linux/ since it is a user api, and > > add it to user header processing Kbuild. > > > > Signed-off-by: Stephen Hemminger <[E

Re: [PATCH] veth: move veth.h to include/linux

2007-12-25 Thread Sam Ravnborg
On Tue, Dec 25, 2007 at 12:46:56PM -0800, Stephen Hemminger wrote: > Move veth.h from net/ to linux/ since it is a user api, and > add it to user header processing Kbuild. > > Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> > > --- a/drivers/net/veth.c 2007-12-25 12:30:56.0 -080

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

2007-12-25 Thread Stephen Hemminger
Move veth.h from net/ to linux/ since it is a user api, and add it to user header processing Kbuild. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- a/drivers/net/veth.c2007-12-25 12:30:56.0 -0800 +++ b/drivers/net/veth.c2007-12-25 12:31:38.0 -0800 @@ -15,