mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 11:23:09 -04:00
staging: mt7621-mmc: Remove unused static msdc_regs
The static variable msdc_regs is set once, but never used, so remove it. Signed-off-by: Christian Lütke-Stetzkamp <christian@lkamp.de> Reviewed-by: NeilBrown <neil@brown.name> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
8f1c27c981
commit
ab4ce1140a
@@ -142,10 +142,6 @@
|
||||
#define MAX_SGMT_SZ (MAX_DMA_CNT)
|
||||
#define MAX_REQ_SZ (MAX_SGMT_SZ * 8)
|
||||
|
||||
#ifdef MT6575_SD_DEBUG
|
||||
static struct msdc_regs *msdc_reg[HOST_MAX_NUM];
|
||||
#endif
|
||||
|
||||
static int cd_active_low = 1;
|
||||
|
||||
//=================================
|
||||
@@ -2364,10 +2360,6 @@ static void msdc_init_hw(struct msdc_host *host)
|
||||
{
|
||||
void __iomem *base = host->base;
|
||||
|
||||
#ifdef MT6575_SD_DEBUG
|
||||
msdc_reg[host->id] = (struct msdc_regs *)host->base;
|
||||
#endif
|
||||
|
||||
/* Power on */
|
||||
#if 0 /* --- by chhung */
|
||||
msdc_vcore_on(host);
|
||||
|
||||
Reference in New Issue
Block a user