mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-25 13:43:55 +08:00
[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>
This commit is contained in:
parent
972b1f040c
commit
0a46893739
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user