diff options
author | Tony Lindgren <tony@atomide.com> | 2016-11-10 15:46:13 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-11-10 15:46:13 -0700 |
commit | dbf828ec4c765623dfd1ff91ca9c1dccbe7a3da3 (patch) | |
tree | b460e40312ac8907bb584fe9d060a17937b91048 /arch/arm/mach-omap2/dss-common.h | |
parent | 6a6e640bc191d1d026fd09c4d8688259aa6d373f (diff) |
ARM: OMAP2+: Drop legacy ads7846 init
Diffstat (limited to 'arch/arm/mach-omap2/dss-common.h')
-rw-r--r-- | arch/arm/mach-omap2/dss-common.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/mach-omap2/dss-common.h b/arch/arm/mach-omap2/dss-common.h deleted file mode 100644 index a9becf0d5be8..000000000000 --- a/arch/arm/mach-omap2/dss-common.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef __OMAP_DSS_COMMON__ -#define __OMAP_DSS_COMMON__ - -/* - * NOTE: this is a transitional file to help with DT adaptation. - * This file will be removed when DSS supports DT. - */ - -void __init omap4_panda_display_init_of(void); -void __init omap_4430sdp_display_init_of(void); -void __init omap3_igep2_display_init_of(void); - -#endif |