diff options
-rw-r--r-- | arch/powerpc/platforms/ps3/platform.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/powerpc/platforms/ps3/platform.h b/arch/powerpc/platforms/ps3/platform.h index 0fdb3221d2f0..7af1231e77b9 100644 --- a/arch/powerpc/platforms/ps3/platform.h +++ b/arch/powerpc/platforms/ps3/platform.h | |||
@@ -144,12 +144,6 @@ struct ps3_repository_device { | |||
144 | u64 dev_id; | 144 | u64 dev_id; |
145 | }; | 145 | }; |
146 | 146 | ||
147 | static inline struct ps3_repository_device *ps3_repository_bump_device( | ||
148 | struct ps3_repository_device *repo) | ||
149 | { | ||
150 | repo->dev_index++; | ||
151 | return repo; | ||
152 | } | ||
153 | int ps3_repository_find_device(struct ps3_repository_device *repo); | 147 | int ps3_repository_find_device(struct ps3_repository_device *repo); |
154 | int ps3_repository_find_device_by_id(struct ps3_repository_device *repo, | 148 | int ps3_repository_find_device_by_id(struct ps3_repository_device *repo, |
155 | u64 bus_id, u64 dev_id); | 149 | u64 bus_id, u64 dev_id); |