Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288096
b: refs/heads/master
c: 265da78
h: refs/heads/master
v: v3
  • Loading branch information
Kamil Debski authored and Inki Dae committed Feb 15, 2012
1 parent d355009 commit ee26dfb
Show file tree
Hide file tree
Showing 3 changed files with 6 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: 607c50d429371797f198ffc34afb239eadd1c655
refs/heads/master: 265da78afd52b9a01d76d99556e828a6c30f1ac9
1 change: 1 addition & 0 deletions trunk/include/drm/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion trunk/include/drm/exynos_drm.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ struct drm_exynos_plane_set_zpos {
#define DRM_IOCTL_EXYNOS_PLANE_SET_ZPOS DRM_IOWR(DRM_COMMAND_BASE + \
DRM_EXYNOS_PLANE_SET_ZPOS, struct drm_exynos_plane_set_zpos)

#ifdef __KERNEL__

/**
* A structure for lcd panel information.
*
Expand Down Expand Up @@ -152,4 +154,5 @@ struct exynos_drm_hdmi_pdata {
unsigned int bpp;
};

#endif
#endif /* __KERNEL__ */
#endif /* _EXYNOS_DRM_H_ */

0 comments on commit ee26dfb

Please sign in to comment.