Browse Source

drm: remove second forward decleration of drm device struct.

Signed-off-by: Dave Airlie <airlied@linux.ie>
Dave Airlie 17 years ago
parent
commit
f9618ac08b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      drivers/char/drm/drmP.h

+ 0 - 2
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 *);