drm/radeon: reduce sparse false positive warnings
include radeon_asic.h header file in the various xxx_dpm.c files to reduce sparse false positive warnings. Not so great patch in itself, but reducing warning count from 391 to 258 may help to see real problems.. Signed-off-by: Michele Curti <michele.curti@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:

committed by
Alex Deucher

parent
8e66e134e2
commit
01467a9b5e
@@ -23,6 +23,7 @@
|
||||
|
||||
#include "drmP.h"
|
||||
#include "radeon.h"
|
||||
#include "radeon_asic.h"
|
||||
#include "trinityd.h"
|
||||
#include "r600_dpm.h"
|
||||
#include "trinity_dpm.h"
|
||||
|
Reference in New Issue
Block a user