Re: [PATCH] Export usb_gadgetfs.h to userspace

2007-06-27 Thread David Woodhouse
On Wed, 2007-06-27 at 00:35 -0700, Andrew Morton wrote: > make[2]: *** No rule to make target > `/usr/src/devel/include/linux/usb_gadgetfs.h', needed by > `/usr/src/devel/usr/include/linux/usb_gadgetfs.h'. Stop. i.e. "Cannot export file to ./usr/include/linux/ because it doesn't exist in ./inclu

Re: [PATCH] Export usb_gadgetfs.h to userspace

2007-06-27 Thread Haavard Skinnemoen
On Wed, 27 Jun 2007 00:35:38 -0700 Andrew Morton <[EMAIL PROTECTED]> wrote: > `make headers_check' fails: > > make[2]: *** No rule to make target > `/usr/src/devel/include/linux/usb_gadgetfs.h', needed by > `/usr/src/devel/usr/include/linux/usb_gadgetfs.h'. Stop. It has already been moved to

Re: [PATCH] Export usb_gadgetfs.h to userspace

2007-06-27 Thread Andrew Morton
On Mon, 25 Jun 2007 11:29:39 +0200 Haavard Skinnemoen <[EMAIL PROTECTED]> wrote: > The gadgetfs test program from http://www.linux-usb.org/gadget/ > depends on it. I assume most other users of gadgetfs needs this header > too. > > Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]> > --- > inc

Re: [PATCH] Export usb_gadgetfs.h to userspace

2007-06-25 Thread David Brownell
On Monday 25 June 2007, Haavard Skinnemoen wrote: > The gadgetfs test program from http://www.linux-usb.org/gadget/ > depends on it. I assume most other users of gadgetfs needs this header > too. There's already a patch in the 2.6.23 queue which moves this to and exports it from there: http:/

[PATCH] Export usb_gadgetfs.h to userspace

2007-06-25 Thread Haavard Skinnemoen
The gadgetfs test program from http://www.linux-usb.org/gadget/ depends on it. I assume most other users of gadgetfs needs this header too. Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]> --- include/linux/Kbuild |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/inclu