projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39bb356
)
ARM: OMAP2+: Remove duplicate omap4430_init_late() declaration
author
Santosh Shilimkar
<
[email protected]
>
Fri, 8 Feb 2013 15:11:45 +0000
(20:41 +0530)
committer
Tony Lindgren
<
[email protected]
>
Mon, 4 Mar 2013 19:37:31 +0000
(11:37 -0800)
Commit
bbd707ac
{ARM: omap2: use machine specific hook for late init}
accidentally added two declarations for omap4430_init_late().
Remove the duplicate declaration.
Cc: Shawn Guo <
[email protected]
>
Signed-off-by: Santosh Shilimkar <
[email protected]
>
Reviewed-by: Felipe Balbi <
[email protected]
>
Signed-off-by: Tony Lindgren <
[email protected]
>
arch/arm/mach-omap2/common.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap2/common.h
b/arch/arm/mach-omap2/common.h
index 0a6b9c7a63da494f6596f702cc3763fe1a25a3d2..40f4a03d728fc9a7278b722ce809bd57f47c64f4 100644
(file)
--- a/
arch/arm/mach-omap2/common.h
+++ b/
arch/arm/mach-omap2/common.h
@@
-108,7
+108,6
@@
void omap35xx_init_late(void);
void omap3630_init_late(void);
void am35xx_init_late(void);
void ti81xx_init_late(void);
-void omap4430_init_late(void);
int omap2_common_pm_late_init(void);
#if defined(CONFIG_SOC_OMAP2420) || defined(CONFIG_SOC_OMAP2430)