summaryrefslogtreecommitdiffstats
path: root/include/drm/drm_mode.h
diff options
context:
space:
mode:
authorKristian Høgsberg2009-12-02 18:13:48 +0100
committerDave Airlie2009-12-03 23:59:28 +0100
commit1a95916f5465ad6c91398f17924949db7e0b5c36 (patch)
treee9293ebb277e8cb39dcd57d9c1c07c68a0c8d803 /include/drm/drm_mode.h
parentdrm: Add support for drm master_[set|drop] callbacks. (diff)
downloadkernel-qcow2-linux-1a95916f5465ad6c91398f17924949db7e0b5c36.tar.gz
kernel-qcow2-linux-1a95916f5465ad6c91398f17924949db7e0b5c36.tar.xz
kernel-qcow2-linux-1a95916f5465ad6c91398f17924949db7e0b5c36.zip
drm: Add compatibility #ifdefs for *BSD
This let's use use the linux drm headers as the canonical source for libdrm on all platforms. Signed-off-by: Kristian Høgsberg <krh@bitplanet.net> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm/drm_mode.h')
-rw-r--r--include/drm/drm_mode.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/drm/drm_mode.h b/include/drm/drm_mode.h
index 68ddc6175ae7..09ca6adf4dd5 100644
--- a/include/drm/drm_mode.h
+++ b/include/drm/drm_mode.h
@@ -27,9 +27,6 @@
#ifndef _DRM_MODE_H
#define _DRM_MODE_H
-#include <linux/kernel.h>
-#include <linux/types.h>
-
#define DRM_DISPLAY_INFO_LEN 32
#define DRM_CONNECTOR_NAME_LEN 32
#define DRM_DISPLAY_MODE_LEN 32