Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0a468937 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Paul Mackerras
Browse files

[POWERPC] PS3: Kill unused ps3_repository_bump_device()



PS3: Kill unused routine ps3_repository_bump_device().

Signed-off-by: default avatarGeert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Signed-off-by: default avatarGeoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 972b1f04
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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);