summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2014-02-06 20:22:21 +0100
committerAlex Deucher <alexander.deucher@amd.com>2014-02-06 20:45:35 +0100
commitd02f8575f1a38b3180a76a8ae0857dfde67f5ead (patch)
tree0a01083a92e70e5775e486d5a364b6b922542003 /drivers/gpu
parentdrm/radeon/dpm: fix uninitialized read from stack in kv_dpm_late_enable (diff)
downloadlinux-d02f8575f1a38b3180a76a8ae0857dfde67f5ead.tar.xz
linux-d02f8575f1a38b3180a76a8ae0857dfde67f5ead.zip
drm/radeon: add missing include in btc_dpm.c
Fixes a compile error with debugfs disabled. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/radeon/btc_dpm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/btc_dpm.c b/drivers/gpu/drm/radeon/btc_dpm.c
index 05ad46982a44..ea103ccdf4bd 100644
--- a/drivers/gpu/drm/radeon/btc_dpm.c
+++ b/drivers/gpu/drm/radeon/btc_dpm.c
@@ -29,6 +29,7 @@
#include "cypress_dpm.h"
#include "btc_dpm.h"
#include "atom.h"
+#include <linux/seq_file.h>
#define MC_CG_ARB_FREQ_F0 0x0a
#define MC_CG_ARB_FREQ_F1 0x0b