OMAP: remove unused parameter arch_id from uncompress.h
authorDomenico Andreoli <domenico.andreoli@linux.com>
Sat, 14 Jul 2012 20:49:54 +0000 (22:49 +0200)
committerTony Lindgren <tony@atomide.com>
Tue, 7 Aug 2012 10:57:59 +0000 (03:57 -0700)
commit128aa925ee7e9aa84943ce64df48192b92a81767
tree629cd4b5b02371d8d1421c921c46725b580fa00a
parent8aeff82fabe818bbd755c74ce829ea5a4d89b5c0
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 <domenico.andreoli@linux.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/include/plat/uncompress.h