From: Alexey Dobriyan Date: Thu, 23 Jun 2005 07:08:33 +0000 (-0700) Subject: [PATCH] Remove i386_ksyms.c, almost. X-Git-Tag: v2.6.13-rc1~68^2~487 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=129f69465b411592247c408f93d7106939223be1;p=pandora-kernel.git [PATCH] Remove i386_ksyms.c, almost. * EXPORT_SYMBOL's moved to other files * #include , where needed * #include's in i386_ksyms.c cleaned up * After copy-paste, redundant due to Makefiles rules preprocessor directives removed: #ifdef CONFIG_FOO EXPORT_SYMBOL(foo); #endif obj-$(CONFIG_FOO) += foo.o * Tiny reformat to fit in 80 columns Signed-off-by: Alexey Dobriyan Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed