ARM: 9173/1: amba: kill amba_find_match()
There is no one use amba_find_match(), kill it. Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com> Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
This commit is contained in:
parent
25d490eb46
commit
dacf3ca134
2 changed files with 0 additions and 62 deletions
|
|
@ -117,7 +117,6 @@ void amba_device_put(struct amba_device *);
|
|||
int amba_device_add(struct amba_device *, struct resource *);
|
||||
int amba_device_register(struct amba_device *, struct resource *);
|
||||
void amba_device_unregister(struct amba_device *);
|
||||
struct amba_device *amba_find_device(const char *, struct device *, unsigned int, unsigned int);
|
||||
int amba_request_regions(struct amba_device *, const char *);
|
||||
void amba_release_regions(struct amba_device *);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue