android_kernel_xiaomi_sm8350/drivers/mmc
Martin Michlmayr e142c24cf8 [MMC] au1xmmc: Fix linking error because mmc_rsp_type doesn't exist
drivers/mmc/au1xmmc.c doesn't compile because commit
e92251762d introduced a typo and passes
the wrong argument to the mmc_resp_type macro.

Error because of the typo:

  CC      drivers/mmc/au1xmmc.o
drivers/mmc/au1xmmc.c: In function ‘au1xmmc_send_command’:
drivers/mmc/au1xmmc.c:197: warning: implicit declaration of function ‘mmc_rsp_type’
...
  LD      .tmp_vmlinux1
drivers/built-in.o: In function `au1xmmc_request':au1xmmc.c:(.text+0x89504): undefined reference to `mmc_rsp_type'
:au1xmmc.c:(.text+0x8968c): undefined reference to `mmc_rsp_type'
make: *** [.tmp_vmlinux1] Error 1

Error because of the wrong argument:

  CC      drivers/mmc/au1xmmc.o
drivers/mmc/au1xmmc.c: In function ‘au1xmmc_send_command’:
drivers/mmc/au1xmmc.c:197: error: invalid type argument of ‘->’

Signed-off-by: Martin Michlmayr <tbm@cyrius.com>
Acked-by: Jordan Crouse <jordan.crouse@amd.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2006-03-04 23:01:39 +00:00
..
au1xmmc.c [MMC] au1xmmc: Fix linking error because mmc_rsp_type doesn't exist 2006-03-04 23:01:39 +00:00
au1xmmc.h
Kconfig [MMC] Remove extra character in AU1XXX MMC Kconfig entry 2006-02-08 22:23:05 +00:00
Makefile
mmc_block.c [MMC] Add MMC command type flags 2006-02-02 12:23:12 +00:00
mmc_queue.c
mmc_queue.h
mmc_sysfs.c
mmc.c [MMC] Add MMC command type flags 2006-02-02 12:23:12 +00:00
mmc.h
mmci.c [MMC] mmci: allow small data transfers 2006-02-16 16:48:31 +00:00
mmci.h
pxamci.c [MMC] Add MMC command type flags 2006-02-02 12:23:12 +00:00
pxamci.h
wbsd.c [MMC] Add MMC command type flags 2006-02-02 12:23:12 +00:00
wbsd.h