diff options
author | Dave Airlie <airlied@linux.ie> | 2007-11-05 02:36:18 +0100 |
---|---|---|
committer | Dave Airlie <airlied@optimus.(none)> | 2007-11-06 01:11:12 +0100 |
commit | f9618ac08b37992c80ca320b3463559873726837 (patch) | |
tree | 8ff08495a10581f92f4867436bf46e7009ba0eae /drivers/char | |
parent | ata_piix: Add additional PCI identifier for 40 wire short cable (diff) | |
download | linux-f9618ac08b37992c80ca320b3463559873726837.tar.xz linux-f9618ac08b37992c80ca320b3463559873726837.zip |
drm: remove second forward decleration of drm device struct.
Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/drm/drmP.h | 2 |
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 *); |