commit | 52de114e357b8035d54040be8b9148de437b5b4b | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert@linux-m68k.org> | Sun May 18 20:47:21 2008 +0200 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sun May 18 13:28:50 2008 -0700 |
tree | 8eeca3387e15a2c4e54ac4a4a4b404744b2dbd06 | |
parent | 91cf248396d18989f5f4090497723f4f90c8971f [diff] |
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 <asm/amigahw.h>) for some kernel configurations. Use ISA_TYPE_* to avoid such conflicts. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>