mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 10:24:49 +00:00
Remove obsolete header file
usbdescriptors.h conflicts with linux/usb/ch9.h Remove it. Signed-off-by: Pantelis Antoniou <panto@antoniou-consulting.com>
This commit is contained in:
parent
dfe161032d
commit
66dc452bfe
2 changed files with 0 additions and 2 deletions
|
@ -25,7 +25,6 @@
|
|||
#include <malloc.h>
|
||||
|
||||
#include <linux/usb/ch9.h>
|
||||
#include <usbdescriptors.h>
|
||||
#include <linux/usb/gadget.h>
|
||||
#include <linux/usb/composite.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);
|
||||
|
|
Loading…
Add table
Reference in a new issue