From: Satyam Sharma Date: Fri, 12 Oct 2007 14:11:32 +0000 (+0200) Subject: [S390] appldata_base: Remove module_exit function and modular stuff X-Git-Tag: v2.6.24-rc1~1427 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=076fc808ab804c6cfb40fd0caa0b74dd50e0d5de;p=pandora-kernel.git [S390] appldata_base: Remove module_exit function and modular stuff arch/s390/Kconfig tells us that CONFIG_APPLDATA_BASE is bool and hence can never be built modular. Given this, defining appldata_exit() function is pointless (and wasteful, actually). Remove all that. Previous patch annotated appldata_offline_cpu() as __cpuexit, but now with the __exit function appldata_exit() gone, the only callsite that references it is __cpuinit, so this function can also be __cpuinit, thereby saving space when HOTPLUG_CPU=n. Signed-off-by: Satyam Sharma Cc: Heiko Carstens Signed-off-by: Andrew Morton Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed