Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310574
b: refs/heads/master
c: 293a1c1
h: refs/heads/master
v: v3
  • Loading branch information
Laurent Pinchart authored and Inki Dae committed Jun 5, 2012
1 parent 94d6dd5 commit b7b78c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 13b87b27421e12f82ebbaac018cea30f82e5c33e
refs/heads/master: 293a1c128ecc523e9a74252ca64220d8081be759
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/exynos/exynos_drm_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ static const struct file_operations exynos_drm_driver_fops = {
};

static struct drm_driver exynos_drm_driver = {
.driver_features = DRIVER_HAVE_IRQ | DRIVER_BUS_PLATFORM |
DRIVER_MODESET | DRIVER_GEM | DRIVER_PRIME,
.driver_features = DRIVER_HAVE_IRQ | DRIVER_MODESET |
DRIVER_GEM | DRIVER_PRIME,
.load = exynos_drm_load,
.unload = exynos_drm_unload,
.open = exynos_drm_open,
Expand Down

0 comments on commit b7b78c2

Please sign in to comment.