Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349112
b: refs/heads/master
c: 81f3ae0
h: refs/heads/master
v: v3
  • Loading branch information
Rob Clark authored and Tony Lindgren committed Jan 21, 2013
1 parent 19f2e55 commit 4b45720
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 734bda63205ed7fd2931f9d0bebe6e12aae3e46a
refs/heads/master: 81f3ae0671dcd70b5d076d899d299c9cf33f3345
3 changes: 2 additions & 1 deletion trunk/arch/arm/mach-omap2/drm.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <linux/dma-mapping.h>
#include <linux/platform_data/omap_drm.h>

#include "soc.h"
#include "omap_device.h"
#include "omap_hwmod.h"

Expand Down Expand Up @@ -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);

Expand Down

0 comments on commit 4b45720

Please sign in to comment.