projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fecf92b
)
[MMC] Remove unused timer.
author
Pierre Ossman
<drzeus@drzeus.cx>
Mon, 12 Sep 2005 19:35:54 +0000
(20:35 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Mon, 12 Sep 2005 19:35:54 +0000
(20:35 +0100)
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>
drivers/mmc/wbsd.h
patch
|
blob
|
history
diff --git
a/drivers/mmc/wbsd.h
b/drivers/mmc/wbsd.h
index 833a621cc01a39fb63dc0d47e11345c43194e107..249baa701cb0be7f5930e6282c944f499365119a 100644
(file)
--- a/
drivers/mmc/wbsd.h
+++ b/
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 */
};