diff options
author | Francisco Jerez <currojerez@riseup.net> | 2010-09-23 14:36:42 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2010-09-24 02:29:41 -0400 |
commit | 5c4abd09bdefb41d0c80055aa9d98433624ce1f0 (patch) | |
tree | 6f8bfe5461bca1d5ecbc54894f4fbdb6719c8fc3 /drivers/gpu/drm/nouveau/nv04_pm.c | |
parent | 66146da06643d8ee89bc5255fb0254006e3d0e79 (diff) |
drm/nouveau: Misc cleanup of the PM code.
Signed-off-by: Francisco Jerez <currojerez@riseup.net>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nv04_pm.c')
-rw-r--r-- | drivers/gpu/drm/nouveau/nv04_pm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nv04_pm.c b/drivers/gpu/drm/nouveau/nv04_pm.c index 15e4b9029df8..61ca92744f93 100644 --- a/drivers/gpu/drm/nouveau/nv04_pm.c +++ b/drivers/gpu/drm/nouveau/nv04_pm.c | |||
@@ -25,6 +25,7 @@ | |||
25 | #include "drmP.h" | 25 | #include "drmP.h" |
26 | #include "nouveau_drv.h" | 26 | #include "nouveau_drv.h" |
27 | #include "nouveau_hw.h" | 27 | #include "nouveau_hw.h" |
28 | #include "nouveau_pm.h" | ||
28 | 29 | ||
29 | struct nv04_pm_state { | 30 | struct nv04_pm_state { |
30 | struct pll_lims pll; | 31 | struct pll_lims pll; |