diff options
author | Suman Anna <s-anna@ti.com> | 2018-02-12 19:32:37 -0600 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-02-14 10:28:12 -0800 |
commit | a0e37da2a542acb6069b9e10d8aba3be4e5204d7 (patch) | |
tree | 01032bd8793c186a3adf0b369e79b6e2b14c6239 /arch/arm/mach-omap2/omap_hwmod_common_data.h | |
parent | ddd6a9d928931f2dfe61029e55faee21f7de2768 (diff) | |
download | linux-a0e37da2a542acb6069b9e10d8aba3be4e5204d7.tar.bz2 |
ARM: OMAP2+: Cleanup omap_gpio_dev_attr usage
The omap_gpio_dev_attr data was used to supply instance-specific
data for legacy non-DT devices. The GPIO legacy device support has
been cleaned up in commit 14944934f8ac ("ARM: OMAP2+: Remove legacy
gpio code") a while ago and this data is therefore no longer needed.
So, cleanup the structure and all the associated data in various
hwmod data files.
Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_common_data.h')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_common_data.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_common_data.h b/arch/arm/mach-omap2/omap_hwmod_common_data.h index 29a52df2de26..56dbaca9a728 100644 --- a/arch/arm/mach-omap2/omap_hwmod_common_data.h +++ b/arch/arm/mach-omap2/omap_hwmod_common_data.h @@ -19,7 +19,6 @@ #include "display.h" /* Common IP block data across OMAP2xxx */ -extern struct omap_gpio_dev_attr omap2xxx_gpio_dev_attr; extern struct omap_hwmod omap2xxx_l3_main_hwmod; extern struct omap_hwmod omap2xxx_l4_core_hwmod; extern struct omap_hwmod omap2xxx_l4_wkup_hwmod; |