projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c7e867
)
drm/radeon: add missing include in btc_dpm.c
author
Alex Deucher
<alexander.deucher@amd.com>
Thu, 6 Feb 2014 19:22:21 +0000
(14:22 -0500)
committer
Alex Deucher
<alexander.deucher@amd.com>
Thu, 6 Feb 2014 19:45:35 +0000
(14:45 -0500)
Fixes a compile error with debugfs disabled.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/btc_dpm.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/radeon/btc_dpm.c
b/drivers/gpu/drm/radeon/btc_dpm.c
index 05ad46982a44f0f421f9eddc708680358f6e8d1e..ea103ccdf4bd517205b95e82a1437e4cf510f8f2 100644
(file)
--- 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