commit | e72701acbe0b35e52d3f04d442837c06b4e64f1c | [log] [tgz] |
---|---|---|
author | Anton Vorontsov <avorontsov@ru.mvista.com> | Wed Oct 14 14:54:52 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 14 14:54:52 2009 -0700 |
tree | 2a8edc6952e79c3d2ee3bdf7690ed1a6f2e7bcc6 | |
parent | 0fe7463a35aadfaf22d1ca58325ab3851b8d757c [diff] |
net: Fix OF platform drivers coldplug/hotplug when compiled as modules 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>