From 4b4572014e5fed3ced4f1db54ed16170a27d199d Mon Sep 17 00:00:00 2001 From: Rob Clark Date: Sun, 20 Jan 2013 09:37:23 -0600 Subject: [PATCH] --- yaml --- r: 349112 b: refs/heads/master c: 81f3ae0671dcd70b5d076d899d299c9cf33f3345 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-omap2/drm.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 8a95857afaf5..039873a10112 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 734bda63205ed7fd2931f9d0bebe6e12aae3e46a +refs/heads/master: 81f3ae0671dcd70b5d076d899d299c9cf33f3345 diff --git a/trunk/arch/arm/mach-omap2/drm.c b/trunk/arch/arm/mach-omap2/drm.c index 4c7566c7e24a..2a2cfa88ddbf 100644 --- a/trunk/arch/arm/mach-omap2/drm.c +++ b/trunk/arch/arm/mach-omap2/drm.c @@ -25,6 +25,7 @@ #include #include +#include "soc.h" #include "omap_device.h" #include "omap_hwmod.h" @@ -56,7 +57,7 @@ static int __init omap_init_drm(void) oh->name); } - platform_data.omaprev = GET_OMAP_REVISION(); + platform_data.omaprev = GET_OMAP_TYPE; return platform_device_register(&omap_drm_device);