4f5b04800a
Building a kernel with hotplug disabled results in a link failure: `bgpio_remove' referenced in section `___ksymtab_gpl+bgpio_remove' of drivers/built-in.o: defined in discarded section `.devexit.text' of drivers/built-in.o This is because of bgpio_remove() is exported. It is illegal to export symbols which are discarded either at link time or as part of an init/exit section. Fix this by dropping the __devexit attributation from bgpio_remove(). Also drop the __devinit attributation from bgpio_init(). Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Cc: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> |
||
---|---|---|
.. | ||
gpio-74x164.c | ||
gpio-ab8500.c | ||
gpio-adp5520.c | ||
gpio-adp5588.c | ||
gpio-bt8xx.c | ||
gpio-cs5535.c | ||
gpio-da9052.c | ||
gpio-ep93xx.c | ||
gpio-exynos4.c | ||
gpio-generic.c | ||
gpio-it8761e.c | ||
gpio-janz-ttl.c | ||
gpio-langwell.c | ||
gpio-max730x.c | ||
gpio-max732x.c | ||
gpio-max7300.c | ||
gpio-max7301.c | ||
gpio-mc33880.c | ||
gpio-mcp23s08.c | ||
gpio-ml-ioh.c | ||
gpio-mpc5200.c | ||
gpio-msm-v1.c | ||
gpio-msm-v2.c | ||
gpio-mxc.c | ||
gpio-mxs.c | ||
gpio-nomadik.c | ||
gpio-omap.c | ||
gpio-pca953x.c | ||
gpio-pcf857x.c | ||
gpio-pch.c | ||
gpio-pl061.c | ||
gpio-plat-samsung.c | ||
gpio-rdc321x.c | ||
gpio-s5pc100.c | ||
gpio-s5pv210.c | ||
gpio-sch.c | ||
gpio-stmpe.c | ||
gpio-sx150x.c | ||
gpio-tc3589x.c | ||
gpio-tegra.c | ||
gpio-timberdale.c | ||
gpio-tps65910.c | ||
gpio-tps65912.c | ||
gpio-twl4030.c | ||
gpio-u300.c | ||
gpio-ucb1400.c | ||
gpio-vr41xx.c | ||
gpio-vx855.c | ||
gpio-wm831x.c | ||
gpio-wm8350.c | ||
gpio-wm8994.c | ||
gpio-xilinx.c | ||
gpiolib.c | ||
Kconfig | ||
Makefile |