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>
This commit is contained in:
Mike Lothian
2013-07-02 17:38:11 -04:00
committed by Alex Deucher
parent 713759291c
commit bf0936e196
6 changed files with 6 additions and 0 deletions

View File

@@ -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