Commit 6abe6e51 authored by Sachin Kamat's avatar Sachin Kamat Committed by Tomi Valkeinen

video: ep93xx: Cleanup video-ep93xx.h header

Commit a3b29245 ("ARM: ep93xx: move platform_data definitions")
moved the file to the current location but forgot to remove the pointer
to its previous location. Clean it up. While at it also change the header
file protection macros appropriately.
Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 838bdf72
/* #ifndef __VIDEO_EP93XX_H
* arch/arm/mach-ep93xx/include/mach/fb.h #define __VIDEO_EP93XX_H
*/
#ifndef __ASM_ARCH_EP93XXFB_H
#define __ASM_ARCH_EP93XXFB_H
struct platform_device; struct platform_device;
struct fb_videomode; struct fb_videomode;
...@@ -53,4 +49,4 @@ struct ep93xxfb_mach_info { ...@@ -53,4 +49,4 @@ struct ep93xxfb_mach_info {
void (*blank)(int blank_mode, struct fb_info *info); void (*blank)(int blank_mode, struct fb_info *info);
}; };
#endif /* __ASM_ARCH_EP93XXFB_H */ #endif /* __VIDEO_EP93XX_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment