浏览代码

[MMC] Remove unused timer.

Remove timer that was left from earlier cleanup.

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Pierre Ossman 19 年之前
父节点
当前提交
e062c8ae85
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/mmc/wbsd.h

+ 0 - 1
drivers/mmc/wbsd.h

@@ -184,6 +184,5 @@ struct wbsd_host
 	struct tasklet_struct	finish_tasklet;
 	struct tasklet_struct	block_tasklet;
 
-	struct timer_list	detect_timer;	/* Card detection timer */
 	struct timer_list	ignore_timer;	/* Ignore detection timer */
 };