diff options
| author | Pantelis Antoniou <panto@antoniou-consulting.com> | 2012-11-28 02:43:54 +0000 |
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2012-11-27 09:41:10 -0700 |
| commit | 66dc452bfe13b0e276adddf3997b9c5abc00115d (patch) | |
| tree | a48ada077809043cf6e641146a42cddf7a551019 /include/g_dnl.h | |
| parent | dfe161032d007e4901064ab36b58f054126b1f35 (diff) | |
| download | olio-uboot-2014.01-66dc452bfe13b0e276adddf3997b9c5abc00115d.tar.xz olio-uboot-2014.01-66dc452bfe13b0e276adddf3997b9c5abc00115d.zip | |
Remove obsolete header file
usbdescriptors.h conflicts with linux/usb/ch9.h
Remove it.
Signed-off-by: Pantelis Antoniou <panto@antoniou-consulting.com>
Diffstat (limited to 'include/g_dnl.h')
| -rw-r--r-- | include/g_dnl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/g_dnl.h b/include/g_dnl.h index 0ec744030..f47395f35 100644 --- a/include/g_dnl.h +++ b/include/g_dnl.h @@ -22,7 +22,6 @@ #define __G_DOWNLOAD_H_ #include <linux/usb/ch9.h> -#include <usbdescriptors.h> #include <linux/usb/gadget.h> int g_dnl_register(const char *s); |