summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRob Clark <rob@ti.com>2012-10-29 08:31:12 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-30 18:10:00 (GMT)
commit5e3b08749951e5746d3e747f1ffae37eff2d08d5 (patch)
treebfab9efe3cc06d1208ab4a1b7cc180154d07a91f /include
parentf68f5f20675a30197423cf79b42fd4f05b77af43 (diff)
downloadlinux-fsl-qoriq-5e3b08749951e5746d3e747f1ffae37eff2d08d5.tar.xz
staging: drm/omap: add support for ARCH_MULTIPLATFORM
Remove usage of plat/cpu.h and get information from platform data instead. This enables omapdrm to be built with ARCH_MULTIPLATFORM. Signed-off-by: Rob Clark <rob@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/platform_data/omap_drm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/platform_data/omap_drm.h b/include/linux/platform_data/omap_drm.h
index 3da73bdc..f4e4a23 100644
--- a/include/linux/platform_data/omap_drm.h
+++ b/include/linux/platform_data/omap_drm.h
@@ -46,6 +46,7 @@ struct omap_kms_platform_data {
};
struct omap_drm_platform_data {
+ uint32_t omaprev;
struct omap_kms_platform_data *kms_pdata;
};