From: Greg Kroah-Hartman Date: Thu, 29 Nov 2012 18:43:28 +0000 (-0800) Subject: init.h: Remove __dev* sections from the kernel X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~86^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78d86c213f28193082b5d8a1a424044b7ba406f1;p=pandora-kernel.git init.h: Remove __dev* sections from the kernel With the recent work to remove CONFIG_HOTPLUG, we are starting to get a bunch of __devinit section warnings, despite CONFIG_HOTPLUG always being enabled. So, stop marking the sections entirely, by defining them away the section markings in init.h Acked-by: Sam Ravnborg Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed