diff options
author | Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> | 2008-01-18 15:32:04 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-01-25 06:52:51 -0500 |
commit | 0a4689373915ad7a38e7308538edeef407d1db97 (patch) | |
tree | 9165eb6b87df3e4416e272ecd8b498adb7aad8dd /arch/powerpc/platforms | |
parent | 972b1f040c8698ef2a44ad3f2b790039d5a8ac09 (diff) |
[POWERPC] PS3: Kill unused ps3_repository_bump_device()
PS3: Kill unused routine ps3_repository_bump_device().
Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms')
-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); |