diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-10-01 20:42:32 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-11-26 11:09:13 +0100 |
commit | 958903d6f08c977778bf5e1f18eb7fd27b30ca72 (patch) | |
tree | 4e55555b46d295b7732561b72f39c8fb6a831fcd /arch/m68k/mac | |
parent | 7ca1e52dc816e2c1f6663d9d114f25f0b22f98f1 (diff) | |
download | linux-958903d6f08c977778bf5e1f18eb7fd27b30ca72.tar.bz2 |
m68k: Drop remainings and API of BOOTINFO_COMPAT_1_0
Drop remainings and API for backwards compatibility with bootinfo interface
version 1.0. This was used when booting a 2.1.x or newer kernel on Amiga,
Atari, or Mac using a bootstrap for kernel 2.0.x.
Everybody upgraded his bootstrap a long time ago, so this can go.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/mac')
-rw-r--r-- | arch/m68k/mac/config.c | 1 | ||||
-rw-r--r-- | arch/m68k/mac/misc.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/m68k/mac/config.c b/arch/m68k/mac/config.c index afb95d5fb26b..677244e0371c 100644 --- a/arch/m68k/mac/config.c +++ b/arch/m68k/mac/config.c @@ -26,7 +26,6 @@ #include <linux/adb.h> #include <linux/cuda.h> -#define BOOTINFO_COMPAT_1_0 #include <asm/setup.h> #include <asm/bootinfo.h> diff --git a/arch/m68k/mac/misc.c b/arch/m68k/mac/misc.c index 5e085554ac7f..3d02a3c3a93a 100644 --- a/arch/m68k/mac/misc.c +++ b/arch/m68k/mac/misc.c @@ -25,7 +25,6 @@ #include <asm/mac_via.h> #include <asm/mac_oss.h> -#define BOOTINFO_COMPAT_1_0 #include <asm/bootinfo.h> #include <asm/machdep.h> |