summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2020-01-08 00:07:46 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2020-01-08 12:42:18 +0100
commitbd0c7ed14ee80151cac92b4c5878e6f083a447ed (patch)
treec1221311cf149fbf97006753aa639e41a8600815 /include
parent0d0d89d5b8dd0590b5a523dfae8aac2c703eb815 (diff)
downloadbarebox-bd0c7ed14ee80151cac92b4c5878e6f083a447ed.tar.gz
barebox-bd0c7ed14ee80151cac92b4c5878e6f083a447ed.tar.xz
include/linux/amba/bus.h: drop unused declarations
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/linux/amba/bus.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/amba/bus.h b/include/linux/amba/bus.h
index 2ecef35a40..7b3e603322 100644
--- a/include/linux/amba/bus.h
+++ b/include/linux/amba/bus.h
@@ -90,12 +90,6 @@ amba_ahb_device_add(struct device_d *parent, const char *name, int id,
periphid);
}
-
-void amba_device_unregister(struct amba_device *);
-struct amba_device *amba_find_device(const char *, struct device_d *, unsigned int, unsigned int);
-int amba_request_regions(struct amba_device *, const char *);
-void amba_release_regions(struct amba_device *);
-
static inline void __iomem *amba_get_mem_region(struct amba_device *dev)
{
return dev->base;