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

2009-10-14 Thread David Miller
From: Anton Vorontsov avoront...@ru.mvista.com 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:

[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 avoront...@ru.mvista.com --- drivers/net/can/sja1000/sja1000_of_platform.c