alistair23-linux/drivers/net/can
Marc Kleine-Budde bdfa3d8fe1 can: pch_can: fix section mismatch warning by using a whitelisted name
This patch fixes the following section mismatch warning:

WARNING: drivers/net/can/pch_can.o(.data+0x18):
Section mismatch in reference from the variable pch_can_pcidev
to the variable .devinit.rodata:pch_pci_tbl
The variable pch_can_pcidev references
the variable __devinitconst pch_pci_tbl

This is actually a false positive which is fixed by giving the offending
variable a whitelisted name, it's renamed to "pch_can_pci_driver".
This makes sense because the variable is of the type "struct pci_driver".

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-10-30 16:28:16 -07:00
..
mscan drivers/net/can/mscan/mpc5xxx_can.c: Add of_node_put to avoid memory leak 2010-09-01 10:57:54 -07:00
sja1000 can: tscan1: add driver for TS-CAN1 boards 2010-10-24 15:26:48 -07:00
usb
at91_can.c can: at91_can: add KBUILD_MODNAME to bittiming constant 2010-10-24 14:47:52 -07:00
bfin_can.c
dev.c
flexcan.c can: flexcan: fix use after free of priv 2010-10-26 10:48:58 -07:00
janz-ican3.c
Kconfig pch_can: depends on PCI 2010-10-25 16:47:36 -07:00
Makefile can: Topcliff: Add PCH_CAN driver. 2010-10-24 14:42:57 -07:00
mcp251x.c can: mcp251x: fix reception of standard RTR frames 2010-10-26 10:48:59 -07:00
pch_can.c can: pch_can: fix section mismatch warning by using a whitelisted name 2010-10-30 16:28:16 -07:00
ti_hecc.c
vcan.c