X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fthor.h;h=5051be714bdf0c98b15a7d2ce709f9957477d701;hb=272874879b24a2cf04050c913b81d1f0c2b15978;hp=afeade45646bff851519cdbf58364d9ee944fc08;hpb=d44a5f51288aec60c6bdb4ac939d75c24e5bf9c2;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_ */