diff options
Diffstat (limited to 'arch/powerpc/platforms/ps3/platform.h')
-rw-r--r-- | arch/powerpc/platforms/ps3/platform.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/ps3/platform.h b/arch/powerpc/platforms/ps3/platform.h index 5c6d1b1db3df..0fdb3221d2f0 100644 --- a/arch/powerpc/platforms/ps3/platform.h +++ b/arch/powerpc/platforms/ps3/platform.h | |||
@@ -89,8 +89,6 @@ enum ps3_dev_type { | |||
89 | PS3_DEV_TYPE_STOR_ROM = TYPE_ROM, /* 5 */ | 89 | PS3_DEV_TYPE_STOR_ROM = TYPE_ROM, /* 5 */ |
90 | PS3_DEV_TYPE_SB_GPIO = 6, | 90 | PS3_DEV_TYPE_SB_GPIO = 6, |
91 | PS3_DEV_TYPE_STOR_FLASH = TYPE_RBC, /* 14 */ | 91 | PS3_DEV_TYPE_STOR_FLASH = TYPE_RBC, /* 14 */ |
92 | PS3_DEV_TYPE_STOR_DUMMY = 32, | ||
93 | PS3_DEV_TYPE_NOACCESS = 255, | ||
94 | }; | 92 | }; |
95 | 93 | ||
96 | int ps3_repository_read_bus_str(unsigned int bus_index, const char *bus_str, | 94 | int ps3_repository_read_bus_str(unsigned int bus_index, const char *bus_str, |