Browse Source

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>
Alex Deucher 11 years ago
parent
commit
d02f8575f1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/gpu/drm/radeon/btc_dpm.c

+ 1 - 0
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