Skip to content

Commit

Permalink
drm: remove second forward decleration of drm device struct.
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Airlie <airlied@linux.ie>
  • Loading branch information
airlied authored and Dave Airlie committed Nov 6, 2007
1 parent 2655e2c commit f9618ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/char/drm/drmP.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 *);
Expand Down

0 comments on commit f9618ac

Please sign in to comment.