drm/radeon/dpm: fix compilation with certain versions of gcc
Add #include <linux/seq_file.h> to *_dpm.c files Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:

committed by
Alex Deucher

parent
713759291c
commit
bf0936e196
@@ -28,6 +28,7 @@
|
||||
#include "r600_dpm.h"
|
||||
#include "rv6xx_dpm.h"
|
||||
#include "atom.h"
|
||||
#include <linux/seq_file.h>
|
||||
|
||||
static u32 rv6xx_scale_count_given_unit(struct radeon_device *rdev,
|
||||
u32 unscaled_count, u32 unit);
|
||||
|
Reference in New Issue
Block a user