From: Domenico Andreoli Date: Sat, 14 Jul 2012 20:49:54 +0000 (+0200) Subject: OMAP: remove unused parameter arch_id from uncompress.h X-Git-Tag: omap-fixes-for-v3.6-rc1~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=128aa925ee7e9aa84943ce64df48192b92a81767;p=pandora-kernel.git OMAP: remove unused parameter arch_id from uncompress.h There is not point in having arch_id as parameter of __arch_decomp_setup(), nothing in it uses arch_id. The machine id is already exported (and used) with symbol __machine_arch_type as per mach-types.h. Removing the pointless macro as well. Signed-off-by: Domenico Andreoli Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed