X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fthor.h;h=5051be714bdf0c98b15a7d2ce709f9957477d701;hb=f1a88cf6af6c474bcf53f8f2f32aea3af5419e7a;hp=afeade45646bff851519cdbf58364d9ee944fc08;hpb=c527937796cd18966e6c0bfcf0fa0483feada87d;p=oweals%2Fu-boot.git 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_ */