Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed940e75 authored by Christian Lütke-Stetzkamp's avatar Christian Lütke-Stetzkamp Committed by Greg Kroah-Hartman
Browse files

staging: mt7621-mmc: Remove unused define IRQ_SDC



The define IRQ_SDC is never used, so remove it.

Signed-off-by: default avatarChristian Lütke-Stetzkamp <christian@lkamp.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a76187ff
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -50,13 +50,11 @@
#include "dbg.h"
#include "mt6575_sd.h"

//#define IRQ_SDC 14	//MT7620 /*FIXME*/
#ifdef CONFIG_SOC_MT7621
#define RALINK_SYSCTL_BASE		0xbe000000
#else
#define RALINK_SYSCTL_BASE		0xb0000000
#endif
#define IRQ_SDC			22	/*FIXME*/

#define DRV_NAME            "mtk-sd"