diff options
author | Mike Lothian <mike@fireburn.co.uk> | 2013-07-02 17:38:11 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2013-07-02 18:32:01 -0400 |
commit | bf0936e196ec21b604106578043d4c14831f99e7 (patch) | |
tree | 8d536fa01b3e9da196109ed395979cee357db396 /drivers/gpu/drm/radeon/rv770_dpm.c | |
parent | 713759291c9ff2f8191cfb6600b87c49832b4c8f (diff) | |
download | linux-bf0936e196ec21b604106578043d4c14831f99e7.tar.bz2 |
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/rv770_dpm.c')
-rw-r--r-- | drivers/gpu/drm/radeon/rv770_dpm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/rv770_dpm.c b/drivers/gpu/drm/radeon/rv770_dpm.c index 2436b5c7e66e..9af464d48eaa 100644 --- a/drivers/gpu/drm/radeon/rv770_dpm.c +++ b/drivers/gpu/drm/radeon/rv770_dpm.c @@ -29,6 +29,7 @@ #include "rv770_dpm.h" #include "cypress_dpm.h" #include "atom.h" +#include <linux/seq_file.h> #define MC_CG_ARB_FREQ_F0 0x0a #define MC_CG_ARB_FREQ_F1 0x0b |