diff options
author | Anand Gadiyar <gadiyar@ti.com> | 2010-03-25 07:25:24 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-05-20 16:21:36 -0400 |
commit | 00ce8eca856bc1e0b943427d2cf76122ae3b1255 (patch) | |
tree | 5a15fc7fbe1af738bc6e57d47d4c34f6609b6159 /drivers/usb/musb/omap2430.c | |
parent | d55d221a93c62a769f2bcf9cd5853425addb5c9f (diff) |
usb: musb: omap2430: remove unused define
get_cpu_rev() is unused in this driver. It is probably legacy
code. So remove it.
Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/musb/omap2430.c')
-rw-r--r-- | drivers/usb/musb/omap2430.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/usb/musb/omap2430.c b/drivers/usb/musb/omap2430.c index d05eef2baaaf..def37ebe2ff4 100644 --- a/drivers/usb/musb/omap2430.c +++ b/drivers/usb/musb/omap2430.c | |||
@@ -39,10 +39,6 @@ | |||
39 | #include "musb_core.h" | 39 | #include "musb_core.h" |
40 | #include "omap2430.h" | 40 | #include "omap2430.h" |
41 | 41 | ||
42 | #ifdef CONFIG_ARCH_OMAP3430 | ||
43 | #define get_cpu_rev() 2 | ||
44 | #endif | ||
45 | |||
46 | 42 | ||
47 | static struct timer_list musb_idle_timer; | 43 | static struct timer_list musb_idle_timer; |
48 | 44 | ||