X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fthor.h;h=5051be714bdf0c98b15a7d2ce709f9957477d701;hb=96e5b03c8ab749b6547f6a3ceb4d4b9f274211aa;hp=afeade45646bff851519cdbf58364d9ee944fc08;hpb=c527937796cd18966e6c0bfcf0fa0483feada87d;p=u-boot diff --git a/include/thor.h b/include/thor.h index afeade4564..5051be714b 100644 --- a/include/thor.h +++ b/include/thor.h @@ -15,13 +15,5 @@ int thor_handle(void); int thor_init(void); - -#ifdef CONFIG_THOR_FUNCTION int thor_add(struct usb_configuration *c); -#else -int thor_add(struct usb_configuration *c) -{ - return 0; -} -#endif #endif /* __THOR_H_ */