mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
dfu: Drop unused prototype of dfu_trigger_reset()
After the commit1cc03c5c53
("dfu: Provide means to find difference between dfu-util -e and -R") the dangling ptototype appeared. Remove it here. Fixes:1cc03c5c53
("dfu: Provide means to find difference between dfu-util -e and -R") Cc: Lukasz Majewski <l.majewski@samsung.com> Cc: Stephen Warren <swarren@nvidia.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Lukasz Majewski <lukma@denx.de>
This commit is contained in:
parent
5a8fa095cb
commit
fdba54ea2f
1 changed files with 0 additions and 1 deletions
|
@ -171,7 +171,6 @@ const char *dfu_get_dev_type(enum dfu_device_type t);
|
|||
const char *dfu_get_layout(enum dfu_layout l);
|
||||
struct dfu_entity *dfu_get_entity(int alt);
|
||||
char *dfu_extract_token(char** e, int *n);
|
||||
void dfu_trigger_reset(void);
|
||||
int dfu_get_alt(char *name);
|
||||
int dfu_init_env_entities(char *interface, char *devstr);
|
||||
unsigned char *dfu_get_buf(struct dfu_entity *dfu);
|
||||
|
|
Loading…
Add table
Reference in a new issue