diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2014-09-04 12:44:53 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-09-08 13:48:01 -0700 |
commit | 5e5d7443646d5189e2b75170ff99455260bbc27b (patch) | |
tree | 19d145d94a95594697029c3820bc9c06c450b52f /drivers/staging/emxx_udc | |
parent | 2052d11cc53a3357e387a0c64c167327f7937429 (diff) |
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: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/emxx_udc')
-rw-r--r-- | drivers/staging/emxx_udc/emxx_udc.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/emxx_udc/emxx_udc.h b/drivers/staging/emxx_udc/emxx_udc.h index 578fdcfed5e9..ee1b80d705fa 100644 --- a/drivers/staging/emxx_udc/emxx_udc.h +++ b/drivers/staging/emxx_udc/emxx_udc.h @@ -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 */ |