]> git.baikalelectronics.ru Git - kernel.git/commit
edac: mpc85xx: fix coldplug/hotplug module autoloading
authorAnton Vorontsov <avorontsov@mvista.com>
Tue, 27 Jul 2010 20:18:05 +0000 (13:18 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 27 Jul 2010 21:32:06 +0000 (14:32 -0700)
commit52475edfa4d9fc29fe662cb23f37dddd8c6fc24d
treeca9bcd76a98269f9b264ad58fec12a329d5b96fd
parentf4c1b4adb5dfdd4c203c9295a152910463302edb
edac: mpc85xx: fix coldplug/hotplug module autoloading

The MPC85xx EDAC driver is missing module device aliases, so the driver
won't load automatically on boot.  This patch fixes the issue by adding
proper MODULE_DEVICE_TABLE() macros.

Signed-off-by: Anton Vorontsov <avorontsov@mvista.com>
Cc: Doug Thompson <dougthompson@xmission.com>
Cc: Peter Tyser <ptyser@xes-inc.com>
Cc: Dave Jiang <djiang@mvista.com>
Cc: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/edac/mpc85xx_edac.c