Star64_linux/arch/mips
Christoph Hellwig 24a9816704 mmc: au1xmmc: force non-modular build and remove symbol_get usage
commit d4a5c59a95 upstream.

au1xmmc is split somewhat awkwardly into the main mmc subsystem driver,
and callbacks in platform_data that sit under arch/mips/ and are
always built in.  The latter than call mmc_detect_change through
symbol_get.  Remove the use of symbol_get by requiring the driver
to be built in.  In the future the interrupt handlers for card
insert/eject detection should probably be moved into the main driver,
and which point it can be built modular again.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Manuel Lauss <manuel.lauss@gmail.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
[mcgrof: squashed in depends on MMC=y suggested by Arnd]
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-09-19 13:37:15 +08:00
..
alchemy mmc: au1xmmc: force non-modular build and remove symbol_get usage 2023-09-19 13:37:15 +08:00
ar7 mips: ar7: convert to CONFIG_COMMON_CLK 2021-06-08 17:00:09 +02:00
ath25 mips: Bulk conversion to generic_handle_domain_irq() 2021-08-12 11:39:40 +01:00
ath79 MIPS: of: Introduce helper function to get DTB 2021-02-04 13:34:51 +01:00
bcm47xx MIPS: BCM47XX: Cast memcmp() of function to (void *) 2023-04-19 17:55:29 +08:00
bcm63xx MIPS: BCM63xx: Add check for NULL for clk in clk_enable 2023-04-19 17:57:17 +08:00
bmips mips: bmips: BCM6358: disable RAC flush for TP1 2023-04-19 18:01:11 +08:00
boot MIPS: DTS: CI20: fix otg power gpio 2023-04-19 18:00:24 +08:00
cavium-octeon MIPS: OCTEON: warn only once if deprecated link status is being used 2023-04-19 17:57:17 +08:00
cobalt MIPS: Remove empty prom_free_prom_memory functions 2021-01-07 17:11:33 +01:00
configs Remove DECnet support from kernel 2023-08-20 15:23:42 +08:00
crypto asm-generic: unaligned always use struct helpers 2021-05-10 17:50:47 +02:00
dec mips: DEC: honor CONFIG_MIPS_FP_SUPPORT=n 2023-04-19 17:47:03 +08:00
fw MIPS: fw: Allow firmware to pass a empty env 2023-06-06 18:34:51 +08:00
generic MIPS: generic/yamon-dt: fix uninitialized variable error 2023-04-19 17:42:12 +08:00
include MIPS: cpu-features: Use boot_cpu_type for CPU type based features 2023-09-05 01:25:04 +08:00
ingenic MIPS: Kconfig: ingenic: Ensure MACH_INGENIC_GENERIC selects all SoCs 2021-06-01 11:44:47 +02:00
jazz MIPS/jazzdma: return error code from jazz_dma_map_sg() 2021-08-09 17:13:05 +02:00
kernel mips/cpu: Switch to arch_cpu_finalize_init() 2023-08-20 16:01:27 +08:00
kvm MIPS: kvm: Fix build error with KVM_MIPS_DEBUG_COP0_COUNTERS enabled 2023-08-20 16:01:07 +08:00
lantiq MIPS: lantiq: export clk_get_io() for lantiq_wdt.ko 2023-04-19 17:54:02 +08:00
lib MIPS: Fix build error due to PTR used in more places 2023-04-19 17:45:14 +08:00
loongson2ef MIPS: loongson2ef: don't build serial.o unconditionally 2021-08-05 10:58:21 +02:00
loongson32 MIPS: Loongson32: Fix PHY-mode being left unspecified 2023-04-19 17:54:02 +08:00
loongson64 MIPS: Loongson64: Add WARN_ON on kexec related kmalloc failed 2023-04-19 17:56:22 +08:00
math-emu
mm MIPS: tlbex: Explicitly compare _PAGE_NO_EXEC against 0 2023-04-19 17:53:16 +08:00
mti-malta - converted Pistachio platform to use MIPS generic kernel 2021-09-03 11:11:54 -07:00
n64 mips: Add N64 machine type 2021-01-22 11:40:00 +01:00
net bpf, mips: Validate conditional branch offsets 2021-09-15 21:38:16 +02:00
netlogic mips: netlogic: fix kernel-doc complaints in fmn-config.c 2021-07-22 11:48:06 +02:00
pci mips: Bulk conversion to generic_handle_domain_irq() 2021-08-12 11:39:40 +01:00
pic32 MIPS: pic32: treat port as signed integer 2023-04-19 17:56:34 +08:00
power
ralink mips: ralink: mt7621: do not use kzalloc too early 2023-04-19 17:57:16 +08:00
rb532 MIPS: RB532: fix return value of __setup handler 2023-04-19 17:47:04 +08:00
sgi-ip22 bus: Make remove callback return void 2021-07-21 11:53:42 +02:00
sgi-ip27 MIPS: SGI-IP27: Fix platform-device leak in bridge_platform_create() 2023-04-19 17:55:09 +08:00
sgi-ip30 mips: Bulk conversion to generic_handle_domain_irq() 2021-08-12 11:39:40 +01:00
sgi-ip32 kernel.h: split out panic and oops helpers 2021-07-01 11:06:04 -07:00
sibyte MIPS: Remove empty prom_free_prom_memory functions 2021-01-07 17:11:33 +01:00
sni MIPS: sni: Fix the build 2023-04-19 17:42:07 +08:00
tools
txx9 MIPS: Remove empty prom_free_prom_memory functions 2021-01-07 17:11:33 +01:00
vdso MIPS: Makefile: Replace -pg with CC_FLAGS_FTRACE 2021-04-21 13:44:35 +02:00
vr41xx MIPS: Remove repetitive increase irq_err_count 2023-04-19 17:50:43 +08:00
Kbuild
Kbuild.platforms MIPS: fix duplicated slashes for Platform file path 2023-04-19 16:57:53 +08:00
Kconfig mips/cpu: Switch to arch_cpu_finalize_init() 2023-08-20 16:01:27 +08:00
Kconfig.debug tracing: Refactor TRACE_IRQFLAGS_SUPPORT in Kconfig 2021-08-16 11:37:21 -04:00
Makefile MIPS: fix *-pkg builds for loongson2ef platform 2023-04-19 16:57:53 +08:00
Makefile.postlink