mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-29 15:43:59 +08:00
staging: mt7621-mmc: Remove unused define IRQ_SDC
The define IRQ_SDC 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
a76187ffa5
commit
ed940e7547
@ -50,13 +50,11 @@
|
|||||||
#include "dbg.h"
|
#include "dbg.h"
|
||||||
#include "mt6575_sd.h"
|
#include "mt6575_sd.h"
|
||||||
|
|
||||||
//#define IRQ_SDC 14 //MT7620 /*FIXME*/
|
|
||||||
#ifdef CONFIG_SOC_MT7621
|
#ifdef CONFIG_SOC_MT7621
|
||||||
#define RALINK_SYSCTL_BASE 0xbe000000
|
#define RALINK_SYSCTL_BASE 0xbe000000
|
||||||
#else
|
#else
|
||||||
#define RALINK_SYSCTL_BASE 0xb0000000
|
#define RALINK_SYSCTL_BASE 0xb0000000
|
||||||
#endif
|
#endif
|
||||||
#define IRQ_SDC 22 /*FIXME*/
|
|
||||||
|
|
||||||
#define DRV_NAME "mtk-sd"
|
#define DRV_NAME "mtk-sd"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user