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)
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>

No differences found