summaryrefslogtreecommitdiff
path: root/linux-core
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@fairlite.demon.co.uk>2007-04-12 15:11:38 +0100
committerAlan Hourihane <alanh@fairlite.demon.co.uk>2007-04-12 15:11:38 +0100
commita85440c8a6cac3de4b0e50805fa30cdce40e311b (patch)
treefd279d608c5764e50734529b1ba662dc0a8c82df /linux-core
parent9420ab4b419458605c678d179de6c80de23b8ee1 (diff)
Remove extraneous drm_crtc.h include
Diffstat (limited to 'linux-core')
-rw-r--r--linux-core/drmP.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index ac0bd767..0d0ec992 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -75,7 +75,6 @@
#include <linux/poll.h>
#include <asm/pgalloc.h>
#include "drm.h"
-#include "drm_crtc.h"
#include <linux/slab.h>
#define __OS_HAS_AGP (defined(CONFIG_AGP) || (defined(CONFIG_AGP_MODULE) && defined(MODULE)))