Commit d02f8575 authored by Alex Deucher's avatar Alex Deucher

drm/radeon: add missing include in btc_dpm.c

Fixes a compile error with debugfs disabled.
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 7c7e867c
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment