From: Anton Vorontsov Date: Wed, 14 Oct 2009 21:54:52 +0000 (-0700) Subject: net: Fix OF platform drivers coldplug/hotplug when compiled as modules X-Git-Tag: v2.6.32-rc5~13^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e72701acbe0b35e52d3f04d442837c06b4e64f1c;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed