drm/radeon: add missing include in btc_dpm.c
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 6 Feb 2014 19:22:21 +0000 (14:22 -0500)
committerAlex 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

index 05ad469..ea103cc 100644 (file)
@@ -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