[PATCH] ARM: OMAP: mmc MODULE_ALIAS, warnings
authorDavid Brownell <dbrownell@users.sourceforge.net>
Tue, 26 Jul 2005 12:56:25 +0000 (05:56 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 26 Jul 2005 12:56:25 +0000 (05:56 -0700)
As with OHCI, the module name and device name differ, so to
coldplug a MODULE_ALIAS is needed.  Plus cope with a recent
API change, removing compile warnings (and oops if you use
the sysfs attributes).

Use DRIVER_NAME more, including as a MODULE_ALIAS so that coldplug
can work by scanning /sys/devices/platform and just modprobing.

Cope with some driver model changes that promote shared attribute
methods.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.ne>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found