aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-12-30 11:52:10 +0530
committerTomi Valkeinen <tomi.valkeinen@ti.com>2014-01-17 10:57:41 +0200
commit6abe6e51f9fa5447a47ee03b6176a156d4d7d6b3 (patch)
treef4fd0de4b9f9fe04676421dec61d7c2e0c08b059 /include/linux/platform_data
parentvideo: mxsfb: fix broken videomode selection (diff)
downloadlinux-dev-6abe6e51f9fa5447a47ee03b6176a156d4d7d6b3.tar.xz
linux-dev-6abe6e51f9fa5447a47ee03b6176a156d4d7d6b3.zip
video: ep93xx: Cleanup video-ep93xx.h header
Commit a3b2924547a7 ("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: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r--include/linux/platform_data/video-ep93xx.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/include/linux/platform_data/video-ep93xx.h b/include/linux/platform_data/video-ep93xx.h
index d5ae11d7c453..92fc2b2232e7 100644
--- a/include/linux/platform_data/video-ep93xx.h
+++ b/include/linux/platform_data/video-ep93xx.h
@@ -1,9 +1,5 @@
-/*
- * arch/arm/mach-ep93xx/include/mach/fb.h
- */
-
-#ifndef __ASM_ARCH_EP93XXFB_H
-#define __ASM_ARCH_EP93XXFB_H
+#ifndef __VIDEO_EP93XX_H
+#define __VIDEO_EP93XX_H
struct platform_device;
struct fb_videomode;
@@ -53,4 +49,4 @@ struct ep93xxfb_mach_info {
void (*blank)(int blank_mode, struct fb_info *info);
};
-#endif /* __ASM_ARCH_EP93XXFB_H */
+#endif /* __VIDEO_EP93XX_H */