From: Greg Kroah-Hartman Date: Fri, 21 Dec 2012 21:16:42 +0000 (-0800) Subject: Drivers: amba: remove __dev* attributes. X-Git-Tag: v3.8-rc3~24^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c571b211a70bcb04249be5cb7338f95d2ec8100f;p=pandora-kernel.git Drivers: amba: remove __dev* attributes. CONFIG_HOTPLUG is going away as an option. As a result, the __dev* markings need to be removed, as well as the use of CONFIG_HOTPLUG. This patch does both, removing the use of CONFIG_HOTPLUG in the amba/bus.c file, and __devinit and __devinitconst in the tegra-ahb.c driver. Cc: Bill Pemberton Cc: Russell King Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed