mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux-stable.git
synced 2025-09-25 16:49:33 +10:00
The DT version of this board has a custom file with the gpio
device. However, it does nothing because the d2net_init()
has no caller or prototype:
arch/arm/mach-orion5x/board-d2net.c:101:13: error: no previous prototype for 'd2net_init'
Call it from the board-dt file as intended.
Fixes:
|
||
---|---|---|
.. | ||
board-d2net.c | ||
board-dt.c | ||
board-mss2.c | ||
board-rd88f5182.c | ||
bridge-regs.h | ||
common.c | ||
common.h | ||
dns323-setup.c | ||
irq.c | ||
irqs.h | ||
Kconfig | ||
kurobox_pro-setup.c | ||
Makefile | ||
mpp.c | ||
mpp.h | ||
mv2120-setup.c | ||
net2big-setup.c | ||
orion5x.h | ||
pci.c | ||
terastation_pro2-setup.c | ||
ts78xx-fpga.h | ||
ts78xx-setup.c | ||
ts209-setup.c | ||
ts409-setup.c | ||
tsx09-common.c | ||
tsx09-common.h |