staging: mt7621-mmc: Remove unused define RALINK_MSDC_BASE
The define RALINK_MSDC_BASE is never used, so remove it. Signed-off-by: Christian Lütke-Stetzkamp <christian@lkamp.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
2dfc73d5bb
commit
a76187ffa5
@ -53,10 +53,8 @@
|
|||||||
//#define IRQ_SDC 14 //MT7620 /*FIXME*/
|
//#define IRQ_SDC 14 //MT7620 /*FIXME*/
|
||||||
#ifdef CONFIG_SOC_MT7621
|
#ifdef CONFIG_SOC_MT7621
|
||||||
#define RALINK_SYSCTL_BASE 0xbe000000
|
#define RALINK_SYSCTL_BASE 0xbe000000
|
||||||
#define RALINK_MSDC_BASE 0xbe130000
|
|
||||||
#else
|
#else
|
||||||
#define RALINK_SYSCTL_BASE 0xb0000000
|
#define RALINK_SYSCTL_BASE 0xb0000000
|
||||||
#define RALINK_MSDC_BASE 0xb0130000
|
|
||||||
#endif
|
#endif
|
||||||
#define IRQ_SDC 22 /*FIXME*/
|
#define IRQ_SDC 22 /*FIXME*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user