summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/omap_device.h
diff options
context:
space:
mode:
authorJohan Hovold <johan@kernel.org>2022-03-03 21:00:13 +0300
committerTony Lindgren <tony@atomide.com>2022-04-21 14:47:15 +0300
commit7ff07891501341871ac989a372c857a0d1b7a346 (patch)
tree42fb866729b5f50ea2a1ae3423d7ce8d0b1a27ad /arch/arm/mach-omap2/omap_device.h
parent883f464c1d23663047eda4f2bcf622365e2d0dd0 (diff)
downloadlinux-7ff07891501341871ac989a372c857a0d1b7a346.tar.xz
ARM: OMAP2+: drop omap_device_register() helper
The omap_device_register() helper is unused since commit 82f12e64a019 ("ARM: OMAP2+: Drop legacy init for sdma") and can be removed. Signed-off-by: Johan Hovold <johan@kernel.org> Message-Id: <20220303180014.2639-2-johan@kernel.org> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap_device.h')
-rw-r--r--arch/arm/mach-omap2/omap_device.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap_device.h b/arch/arm/mach-omap2/omap_device.h
index f77e76a7841a..d607532cf5e0 100644
--- a/arch/arm/mach-omap2/omap_device.h
+++ b/arch/arm/mach-omap2/omap_device.h
@@ -71,7 +71,6 @@ int omap_device_idle(struct platform_device *pdev);
struct omap_device *omap_device_alloc(struct platform_device *pdev,
struct omap_hwmod **ohs, int oh_cnt);
void omap_device_delete(struct omap_device *od);
-int omap_device_register(struct platform_device *pdev);
struct device *omap_device_get_by_hwmod_name(const char *oh_name);