aboutsummaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
diff options
context:
space:
mode:
authorJon Smirl <jonsmirl@yahoo.com>2004-10-15 20:36:15 +0000
committerJon Smirl <jonsmirl@yahoo.com>2004-10-15 20:36:15 +0000
commit91aa32742c49db0c553b5836afd28c8ea2436014 (patch)
treec4031fe1630f01beca3a5e23b885290ae38f232b /linux-core/drmP.h
parentfa50e2b5132b84353ae964a39c3b10ea270d15e8 (diff)
Move drm_cpu_valid out of drm_init. drm_init is empty now.
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r--linux-core/drmP.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index 49cd9049..e5ef3c15 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -725,9 +725,6 @@ static inline int drm_core_has_MTRR(struct drm_device *dev)
/** \name Internal function definitions */
/*@{*/
- /* Misc. support (drm_init.h) */
-extern int drm_cpu_valid(void);
-
/* Driver support (drm_drv.h) */
extern int drm_fb_loaded;
extern int __devinit drm_init(struct drm_driver *driver,