Skip to content

Commit

Permalink
usb: musb: omap2430: remove unused define
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Anand Gadiyar authored and Greg Kroah-Hartman committed May 20, 2010
1 parent d55d221 commit 00ce8ec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/usb/musb/omap2430.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 00ce8ec

Please sign in to comment.