[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20070627003538.f15bef21.akpm@linux-foundation.org>
Date: Wed, 27 Jun 2007 00:35:38 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Haavard Skinnemoen <hskinnemoen@...el.com>
Cc: linux-usb-devel@...ts.sourceforge.net,
David Woodhouse <dwmw2@...radead.org>,
linux-kernel@...r.kernel.org, David Brownell <david-b@...bell.net>
Subject: Re: [PATCH] Export usb_gadgetfs.h to userspace
On Mon, 25 Jun 2007 11:29:39 +0200 Haavard Skinnemoen <hskinnemoen@...el.com> 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 <hskinnemoen@...el.com>
> ---
> include/linux/Kbuild | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/include/linux/Kbuild b/include/linux/Kbuild
> index f317c27..b216ee3 100644
> --- a/include/linux/Kbuild
> +++ b/include/linux/Kbuild
> @@ -152,6 +152,7 @@ header-y += tipc.h
> header-y += toshiba.h
> header-y += ultrasound.h
> header-y += un.h
> +header-y += usb_gadgetfs.h
> header-y += utime.h
> header-y += video_decoder.h
> header-y += video_encoder.h
`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.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists