Re: [PATCH] net: Fix OF platform drivers coldplug/hotplug when compiled as modules

2009-10-14 Thread David Miller
From: Anton Vorontsov Date: Thu, 8 Oct 2009 16:15:12 +0400 > Some OF platform drivers are missing module device tables, so they won't > load automatically on boot. This patch fixes the issue by adding proper > MODULE_DEVICE_TABLE() macros to the drivers. > > Signed-off-by: Anton Vorontsov Appl

[PATCH] net: Fix OF platform drivers coldplug/hotplug when compiled as modules

2009-10-08 Thread Anton Vorontsov
Some OF platform drivers are missing module device tables, so they won't load automatically on boot. This patch fixes the issue by adding proper MODULE_DEVICE_TABLE() macros to the drivers. Signed-off-by: Anton Vorontsov --- drivers/net/can/sja1000/sja1000_of_platform.c |1 + drivers/net/fec