diff options
author | Dave Airlie <airlied@redhat.com> | 2012-02-29 09:54:24 +0000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-02-29 09:54:24 +0000 |
commit | b9b35156987e0c4cffc749c71864051f3dfec8ec (patch) | |
tree | 393171d1eaa762af11551b810b6561850d71eac8 /include/drm/Kbuild | |
parent | 2b69ffb97065b897fd4e24ab14b6e14372d80fa6 (diff) | |
parent | 265da78afd52b9a01d76d99556e828a6c30f1ac9 (diff) |
Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux-2.6-samsung into HEAD
* 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux-2.6-samsung:
drm/exynos: exynos_drm.h header file fixes
drm/exynos: added panel physical size.
drm/exynos: added postclose to release resource.
drm/exynos: removed exynos_drm_fbdev_recreate function.
drm/exynos: fixed page flip issue.
drm/exynos: added possible_clones setup function.
drm/exynos: removed pageflip_event_list init code when closed.
drm/exynos: changed priority of mixer layers.
drm/exynos: Fix typo in exynos_mixer.c
Diffstat (limited to 'include/drm/Kbuild')
-rw-r--r-- | include/drm/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/Kbuild b/include/drm/Kbuild index a5c0e10fd47..1e38a19d68f 100644 --- a/include/drm/Kbuild +++ b/include/drm/Kbuild @@ -2,6 +2,7 @@ header-y += drm.h header-y += drm_fourcc.h header-y += drm_mode.h header-y += drm_sarea.h +header-y += exynos_drm.h header-y += i810_drm.h header-y += i915_drm.h header-y += mga_drm.h |