diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-06-05 14:45:42 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-07-18 00:38:24 -0400 |
commit | d6eaadfbbd836d13831630559ac483024f48d055 (patch) | |
tree | a119ce285c9bb6cdfe0becc5a25ae688470cb944 /include/asm-sparc/oplib.h | |
parent | 960681450f8b572f230a8c3661dcc34f39fcc38e (diff) |
sparc: remove PROM_AP1000
This seems to be left from the long gone AP1000 support.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc/oplib.h')
-rw-r--r-- | include/asm-sparc/oplib.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-sparc/oplib.h b/include/asm-sparc/oplib.h index 61c3ca6a8ac3..00f487e74d92 100644 --- a/include/asm-sparc/oplib.h +++ b/include/asm-sparc/oplib.h | |||
@@ -21,7 +21,6 @@ enum prom_major_version { | |||
21 | PROM_V2, /* sun4c and early sun4m V2 prom */ | 21 | PROM_V2, /* sun4c and early sun4m V2 prom */ |
22 | PROM_V3, /* sun4m and later, up to sun4d/sun4e machines V3 */ | 22 | PROM_V3, /* sun4m and later, up to sun4d/sun4e machines V3 */ |
23 | PROM_P1275, /* IEEE compliant ISA based Sun PROM, only sun4u */ | 23 | PROM_P1275, /* IEEE compliant ISA based Sun PROM, only sun4u */ |
24 | PROM_AP1000, /* actually no prom at all */ | ||
25 | PROM_SUN4, /* Old sun4 proms are totally different, but we'll shoehorn it to make it fit */ | 24 | PROM_SUN4, /* Old sun4 proms are totally different, but we'll shoehorn it to make it fit */ |
26 | }; | 25 | }; |
27 | 26 | ||