diff options
Diffstat (limited to 'include/dfu.h')
-rw-r--r-- | include/dfu.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/dfu.h b/include/dfu.h index dcd3215d06b..240916854a1 100644 --- a/include/dfu.h +++ b/include/dfu.h @@ -168,12 +168,5 @@ static inline int dfu_fill_entity_ram(struct dfu_entity *dfu, char *s) } #endif -#ifdef CONFIG_DFU_FUNCTION int dfu_add(struct usb_configuration *c); -#else -int dfu_add(struct usb_configuration *c) -{ - return 0; -} -#endif #endif /* __DFU_ENTITY_H_ */ |