From: Ingo Molnar Date: Tue, 17 Feb 2009 14:13:05 +0000 (+0100) Subject: x86, es7000: remove externs X-Git-Tag: v2.6.30-rc1~211^2~43^6~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3185b37df05e9ad7ce987a9a0419ffe1af9d23f;p=pandora-kernel.git x86, es7000: remove externs Impact: cleanup In the subarch times there were a number of externs between various bits of the ES7000 code. Now that there's a single es7000-platform support file, the externs can be removed and the functions can be changed the statics. Beyond the cleanup factor, this also shrinks the size of the kernel image a bit: arch/x86/kernel/es7000_32.o: text data bss dec hex filename 2813 192 44 3049 be9 es7000_32.o.before 2693 192 44 2929 b71 es7000_32.o.after Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed