diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-12-30 07:22:12 +0100 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-01-17 09:57:42 +0100 |
commit | 71269ec875ed468f8c5bce6b18edb2d8f6c32cc3 (patch) | |
tree | 696be2f4d2bad5b0f34b4df0f25047895567d398 /include | |
parent | video: msm: Cleanup video-msm_fb.h header (diff) | |
download | linux-71269ec875ed468f8c5bce6b18edb2d8f6c32cc3.tar.xz linux-71269ec875ed468f8c5bce6b18edb2d8f6c32cc3.zip |
video: pxa: Cleanup video-pxafb.h header
Commit 293b2da1b611 ("ARM: pxa: move platform_data definitions")
moved the file to the current location but forgot to remove the pointer
to its previous location. Clean it up.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/platform_data/video-pxafb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/platform_data/video-pxafb.h b/include/linux/platform_data/video-pxafb.h index 486b4c519ae2..07c6c1e153f8 100644 --- a/include/linux/platform_data/video-pxafb.h +++ b/include/linux/platform_data/video-pxafb.h @@ -1,6 +1,4 @@ /* - * arch/arm/mach-pxa/include/mach/pxafb.h - * * Support for the xscale frame buffer. * * Author: Jean-Frederic Clere |