X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=include%2Fthor.h;h=5051be714bdf0c98b15a7d2ce709f9957477d701;hp=afeade45646bff851519cdbf58364d9ee944fc08;hb=c0f1d684dc6851e3b647637a1fe39c8c4d4f379f;hpb=d44a5f51288aec60c6bdb4ac939d75c24e5bf9c2 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_ */