Skip to content

Commit

Permalink
[POWERPC] PS3: Kill unused ps3_repository_bump_device()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Geert Uytterhoeven authored and Paul Mackerras committed Jan 25, 2008
1 parent 972b1f0 commit 0a46893
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions arch/powerpc/platforms/ps3/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,6 @@ struct ps3_repository_device {
u64 dev_id;
};

static inline struct ps3_repository_device *ps3_repository_bump_device(
struct ps3_repository_device *repo)
{
repo->dev_index++;
return repo;
}
int ps3_repository_find_device(struct ps3_repository_device *repo);
int ps3_repository_find_device_by_id(struct ps3_repository_device *repo,
u64 bus_id, u64 dev_id);
Expand Down

0 comments on commit 0a46893

Please sign in to comment.