mirror of https://gitee.com/openkylin/linux.git
drm/amd/display/i2c_hw_engine_dce110: Remove duplicate header
Remove reg_helper.h which is included more than once Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
97ccdb7121
commit
8a13779ec1
|
@ -97,7 +97,6 @@ enum dc_i2c_arbitration {
|
|||
#define FN(reg_name, field_name) \
|
||||
hw_engine->i2c_shift->field_name, hw_engine->i2c_mask->field_name
|
||||
|
||||
#include "reg_helper.h"
|
||||
|
||||
static void disable_i2c_hw_engine(
|
||||
struct i2c_hw_engine_dce110 *hw_engine)
|
||||
|
|
Loading…
Reference in New Issue