linux/drivers/staging/mt7621-mmc
Nishad Kamdar e894075934 staging: mt7621-mmc: Fix incompletely removed #if 0 block in sd.c
Commit 2a54e3259e ("staging: mt7621-mmc: Remove #if 0 blocks in sd.c")
does not completely remove an #if 0 block in sd.c. This causes the function
msdc_select_clksrc() which was eariler not compiled, to be compiled.
That causes an error - MSDC_CLKSRC_REG is not defined.

This patch completely removes the #if 0 block

Reported-by: NeilBrown <neil@brown.name>
Fixes: 2a54e3259e ("staging: mt7621-mmc: Remove #if 0 blocks in sd.c")
Signed-off-by: Nishad Kamdar <nishadkamdar@gmail.com>
Reviewed-by: NeilBrown <neil@brown.name>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-12-12 11:57:41 +01:00
..
board.h staging: mt7621-mmc: Use BIT macro instead of explicit shifting in board.h 2018-07-29 10:08:02 +02:00
dbg.c staging: mt7621-mmc: fix compile warnging: cmd_buf 2018-12-12 11:55:39 +01:00
dbg.h staging: mt7621-mmc: Use BIT macro instead of explicit shifting in dbg.h 2018-10-14 13:30:34 +02:00
Kconfig
Makefile
mt6575_sd.h staging: mt7621-mmc: Cleanup source of base address for io 2018-06-28 21:48:04 +09:00
sd.c staging: mt7621-mmc: Fix incompletely removed #if 0 block in sd.c 2018-12-12 11:57:41 +01:00
TODO