On 11/19/2012 07:20 PM, Bill Pemberton wrote:
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer
needed.
Signed-off-by: Bill Pemberton <redacted>
Cc: Wolfgang Grandegger <redacted>
Cc: Marc Kleine-Budde <mkl@pengutronix.de>
Cc: linux-can@vger.kernel.org
Cc: netdev@vger.kernel.org
In net-next/master are two patches, a new driver and support for more
hardware:
6cec9b0 can: grcan: Add device driver for GRCAN and GRHCAN cores
e4bc6c0 can: sja1000: plx_pci: add support for Connect Tech Inc's Canpro/104-Plus Opto CAN board
...so you've missed these:
./grcan.c:1662:static int __devinit grcan_probe(struct platform_device *ofdev)
./grcan.c:1717:static int __devexit grcan_remove(struct platform_device *ofdev)
./grcan.c:1732:static struct of_device_id grcan_match[] __devinitconst = {
./grcan.c:1749: .remove = __devexit_p(grcan_remove),
./sja1000/plx_pci.c:229:static struct plx_pci_card_info plx_pci_card_info_cti __devinitdata = {
I can create the missing patches and push them mainline via the net-next
tree.
Otherwise...Acked-by: Marc Kleine-Budde [off-list ref]
--
Pengutronix e.K. | Marc Kleine-Budde |
Industrial Linux Solutions | Phone: +49-231-2826-924 |
Vertretung West/Dortmund | Fax: +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de |