Skip to content

Commit

Permalink
drm/nouveau: remove some unused members from dev_priv
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
  • Loading branch information
Ben Skeggs committed May 16, 2011
1 parent 4ea52f8 commit 2d7b919
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions drivers/gpu/drm/nouveau/nouveau_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -749,10 +749,6 @@ struct drm_nouveau_private {
uint32_t crtc_owner;
uint32_t dac_users[4];

struct nouveau_suspend_resume {
uint32_t *ramin_copy;
} susres;

struct backlight_device *backlight;

struct {
Expand All @@ -761,8 +757,6 @@ struct drm_nouveau_private {

struct nouveau_fbdev *nfbdev;
struct apertures_struct *apertures;

bool powered_down;
};

static inline struct drm_nouveau_private *
Expand Down

0 comments on commit 2d7b919

Please sign in to comment.