Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f9618ac0 authored by Dave Airlie's avatar Dave Airlie Committed by Dave Airlie
Browse files

drm: remove second forward decleration of drm device struct.



Signed-off-by: default avatarDave Airlie <airlied@linux.ie>
parent 2655e2ce
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -559,8 +559,6 @@ struct drm_mm {
 * a family of cards. There will one drm_device for each card present
 * a family of cards. There will one drm_device for each card present
 * in this family
 * in this family
 */
 */
struct drm_device;

struct drm_driver {
struct drm_driver {
	int (*load) (struct drm_device *, unsigned long flags);
	int (*load) (struct drm_device *, unsigned long flags);
	int (*firstopen) (struct drm_device *);
	int (*firstopen) (struct drm_device *);