summaryrefslogtreecommitdiff
path: root/include/thor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/thor.h')
-rw-r--r--include/thor.h8
1 files changed, 0 insertions, 8 deletions
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_ */