summaryrefslogtreecommitdiffstats
path: root/include/usb/gadget.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-11-02 14:31:18 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2009-11-03 09:48:53 +0100
commit73d57b1d3537075c3455ec279c7d1a44bf34ac68 (patch)
tree5dcc63a6b4530e644731be9d3617341ad682ca1a /include/usb/gadget.h
parent7aa3778f6d7dfa7d7b10d4bbda73d316a9b285a6 (diff)
downloadbarebox-73d57b1d3537075c3455ec279c7d1a44bf34ac68.tar.gz
barebox-73d57b1d3537075c3455ec279c7d1a44bf34ac68.tar.xz
list: remove duplicated list.h
We accidently have two list implementations in the tree: include/list.h and include/linux/list.h. This patch moves the latter (newer one) to include/linux/list.h. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/usb/gadget.h')
-rw-r--r--include/usb/gadget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usb/gadget.h b/include/usb/gadget.h
index 67f3ee4d8b..798b51b3ce 100644
--- a/include/usb/gadget.h
+++ b/include/usb/gadget.h
@@ -18,7 +18,7 @@
#include <usb/ch9.h>
#include <malloc.h>
#include <errno.h>
-#include <list.h>
+#include <linux/list.h>
struct usb_ep;