mirror of
https://github.com/torvalds/linux.git
synced 2024-12-13 14:43:03 +00:00
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>
This commit is contained in:
parent
d55d221a93
commit
00ce8eca85
@ -39,10 +39,6 @@
|
||||
#include "musb_core.h"
|
||||
#include "omap2430.h"
|
||||
|
||||
#ifdef CONFIG_ARCH_OMAP3430
|
||||
#define get_cpu_rev() 2
|
||||
#endif
|
||||
|
||||
|
||||
static struct timer_list musb_idle_timer;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user