diff options
author | Dave Airlie <airlied@linux.ie> | 2007-11-05 11:36:18 +1000 |
---|---|---|
committer | Dave Airlie <airlied@optimus.(none)> | 2007-11-06 10:11:12 +1000 |
commit | f9618ac08b37992c80ca320b3463559873726837 (patch) | |
tree | 8ff08495a10581f92f4867436bf46e7009ba0eae /drivers/char/drm | |
parent | 2655e2cee2d77459fcb7e10228259e4ee0328697 (diff) |
drm: remove second forward decleration of drm device struct.
Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'drivers/char/drm')
-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 *); |