From: Geert Uytterhoeven Date: Sun, 18 May 2008 18:47:21 +0000 (+0200) Subject: m68k: Prefix ISA type with ISA_TYPE_ X-Git-Tag: v2.6.26-rc3~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52de114e357b8035d54040be8b9148de437b5b4b;p=pandora-kernel.git m68k: Prefix ISA type with ISA_TYPE_ The *_ISA type defines are quite generic and cause namespace conflicts (e.g. with `AMIGAHW_DECLARE(GG2_ISA)' in ) for some kernel configurations. Use ISA_TYPE_* to avoid such conflicts. Signed-off-by: Geert Uytterhoeven Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed