diff options
author | Tony Lindgren <tony@atomide.com> | 2015-07-24 06:59:18 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-07-24 06:59:18 +0200 |
commit | 24da741c678f865de3182194604dbddcc7fc7f3c (patch) | |
tree | 0322f37f8e9e4e945acc100a0d1821db268fe624 /arch/arm/mach-omap2/omap_hwmod.h | |
parent | Merge tag 'for-v4.3/omap-hwmod-prcm-a' of git://git.kernel.org/pub/scm/linux/... (diff) | |
parent | ARM: OMAP2: Add minimal dm814x hwmod support (diff) | |
download | linux-24da741c678f865de3182194604dbddcc7fc7f3c.tar.xz linux-24da741c678f865de3182194604dbddcc7fc7f3c.zip |
Merge branch 'dm814x-soc' into omap-for-v4.3/soc
Update dm814x changes for sparse fixes to make data structures
static.
Conflicts:
arch/arm/mach-omap2/omap_hwmod_81xx_data.c
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod.h')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod.h b/arch/arm/mach-omap2/omap_hwmod.h index 13f390202c60..ca6df1a73475 100644 --- a/arch/arm/mach-omap2/omap_hwmod.h +++ b/arch/arm/mach-omap2/omap_hwmod.h @@ -759,7 +759,8 @@ extern int omap3xxx_hwmod_init(void); extern int omap44xx_hwmod_init(void); extern int omap54xx_hwmod_init(void); extern int am33xx_hwmod_init(void); -extern int ti81xx_hwmod_init(void); +extern int dm814x_hwmod_init(void); +extern int dm816x_hwmod_init(void); extern int dra7xx_hwmod_init(void); int am43xx_hwmod_init(void); |