aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2007-11-05 11:36:18 +1000
committerDave Airlie <airlied@optimus.(none)>2007-11-06 10:11:12 +1000
commitf9618ac08b37992c80ca320b3463559873726837 (patch)
tree8ff08495a10581f92f4867436bf46e7009ba0eae /drivers
parentata_piix: Add additional PCI identifier for 40 wire short cable (diff)
downloadlinux-dev-f9618ac08b37992c80ca320b3463559873726837.tar.xz
linux-dev-f9618ac08b37992c80ca320b3463559873726837.zip
drm: remove second forward decleration of drm device struct.
Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/char/drm/drmP.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/char/drm/drmP.h b/drivers/char/drm/drmP.h
index 9dd0760dd87a..dde02a15fa59 100644
--- a/drivers/char/drm/drmP.h
+++ b/drivers/char/drm/drmP.h
@@ -559,8 +559,6 @@ struct drm_mm {
* a family of cards. There will one drm_device for each card present
* in this family
*/
-struct drm_device;
-
struct drm_driver {
int (*load) (struct drm_device *, unsigned long flags);
int (*firstopen) (struct drm_device *);