From: David Brownell Date: Tue, 26 Jul 2005 12:56:25 +0000 (-0700) Subject: [PATCH] ARM: OMAP: mmc MODULE_ALIAS, warnings X-Git-Tag: v2.6.13-omap1~53 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6ae1d261f467dcabfce1f90bb43d386aac21713;p=pandora-kernel.git [PATCH] ARM: OMAP: mmc MODULE_ALIAS, warnings 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 Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed