diff options
author | Dave Airlie <airlied@linux.ie> | 2007-11-04 20:36:18 -0500 |
---|---|---|
committer | Dave Airlie <airlied@optimus.(none)> | 2007-11-05 19:11:12 -0500 |
commit | f9618ac08b37992c80ca320b3463559873726837 (patch) | |
tree | 8ff08495a10581f92f4867436bf46e7009ba0eae /drivers/char | |
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')
-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 { | |||
559 | * a family of cards. There will one drm_device for each card present | 559 | * a family of cards. There will one drm_device for each card present |
560 | * in this family | 560 | * in this family |
561 | */ | 561 | */ |
562 | struct drm_device; | ||
563 | |||
564 | struct drm_driver { | 562 | struct drm_driver { |
565 | int (*load) (struct drm_device *, unsigned long flags); | 563 | int (*load) (struct drm_device *, unsigned long flags); |
566 | int (*firstopen) (struct drm_device *); | 564 | int (*firstopen) (struct drm_device *); |