]> git.baikalelectronics.ru Git - kernel.git/commit
m68k: Prefix ISA type with ISA_TYPE_
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 18 May 2008 18:47:21 +0000 (20:47 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 18 May 2008 20:28:50 +0000 (13:28 -0700)
commitcb4aad50c72f51eda217aa166047e546b50346c8
tree8eeca3387e15a2c4e54ac4a4a4b404744b2dbd06
parent14461176516bad6f418dcce69c2a96d60499cc8b
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>
arch/m68k/kernel/setup.c
include/asm-m68k/io.h