summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorWang Kefeng <wangkefeng.wang@huawei.com>2021-12-18 09:30:41 +0100
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>2022-02-28 14:59:17 +0100
commitdacf3ca134d0dc105caee77651a349a86bd77456 (patch)
treed93d1afa26cddd463965596dde5cd19f17f6ab98 /include
parentARM: 9172/1: amba: Cleanup amba pclk operation (diff)
downloadlinux-dacf3ca134d0dc105caee77651a349a86bd77456.tar.xz
linux-dacf3ca134d0dc105caee77651a349a86bd77456.zip
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>
Diffstat (limited to 'include')
-rw-r--r--include/linux/amba/bus.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/amba/bus.h b/include/linux/amba/bus.h
index 09174970b855..6562f543c3e0 100644
--- a/include/linux/amba/bus.h
+++ b/include/linux/amba/bus.h
@@ -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 *);