net: Fix OF platform drivers coldplug/hotplug when compiled as modules
authorAnton Vorontsov <avorontsov@ru.mvista.com>
Wed, 14 Oct 2009 21:54:52 +0000 (14:54 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 14 Oct 2009 21:54:52 +0000 (14:54 -0700)
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 <avorontsov@ru.mvista.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found