Commit 5e5d7443 authored by Paul Bolle's avatar Paul Bolle Committed by Greg Kroah-Hartman

staging: emxx_udc: remove check for CONFIG_MACH_EMGR

There's a check for CONFIG_MACH_EMGR. But the Kconfig symbol MACH_EMGR
doesn't exist. Remove that check and the single #define it hides. Note
that this macro isn't used by this driver anyway.
Signed-off-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2052d11c
......@@ -437,10 +437,6 @@
#define PLL_RESUME BIT05 /* RW */
#define PLL_LOCK BIT04 /* R */
#ifdef CONFIG_MACH_EMGR
#define PLL_RST BIT02 /* RW */
#endif
#define EPC_RST BIT00 /* RW */
/*------- (0x1014) USBF_EPTEST Register */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment