diff options
author | Rob Clark <rob@ti.com> | 2012-10-29 09:31:12 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-10-30 11:10:00 -0700 |
commit | 5e3b08749951e5746d3e747f1ffae37eff2d08d5 (patch) | |
tree | bfab9efe3cc06d1208ab4a1b7cc180154d07a91f /include/linux | |
parent | f68f5f20675a30197423cf79b42fd4f05b77af43 (diff) | |
download | linux-3.10-5e3b08749951e5746d3e747f1ffae37eff2d08d5.tar.gz linux-3.10-5e3b08749951e5746d3e747f1ffae37eff2d08d5.tar.bz2 linux-3.10-5e3b08749951e5746d3e747f1ffae37eff2d08d5.zip |
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/linux')
-rw-r--r-- | include/linux/platform_data/omap_drm.h | 1 |
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 3da73bdc203..f4e4a237ebd 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; }; |