aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/ni_dpm.c
diff options
context:
space:
mode:
authorMike Lothian <mike@fireburn.co.uk>2013-07-02 17:38:11 -0400
committerAlex Deucher <alexander.deucher@amd.com>2013-07-02 18:32:01 -0400
commitbf0936e196ec21b604106578043d4c14831f99e7 (patch)
tree8d536fa01b3e9da196109ed395979cee357db396 /drivers/gpu/drm/radeon/ni_dpm.c
parent713759291c9ff2f8191cfb6600b87c49832b4c8f (diff)
drm/radeon/dpm: fix compilation with certain versions of gcc
Add #include <linux/seq_file.h> to *_dpm.c files Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/ni_dpm.c')
-rw-r--r--drivers/gpu/drm/radeon/ni_dpm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/ni_dpm.c b/drivers/gpu/drm/radeon/ni_dpm.c
index 8497ca6bb0b1..a4cb99c2da85 100644
--- a/drivers/gpu/drm/radeon/ni_dpm.c
+++ b/drivers/gpu/drm/radeon/ni_dpm.c
@@ -28,6 +28,7 @@
28#include "ni_dpm.h" 28#include "ni_dpm.h"
29#include "atom.h" 29#include "atom.h"
30#include <linux/math64.h> 30#include <linux/math64.h>
31#include <linux/seq_file.h>
31 32
32#define MC_CG_ARB_FREQ_F0 0x0a 33#define MC_CG_ARB_FREQ_F0 0x0a
33#define MC_CG_ARB_FREQ_F1 0x0b 34#define MC_CG_ARB_FREQ_F1 0x0b