diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2020-05-28 16:43:54 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2020-05-29 20:55:08 +0300 |
commit | d43f7ff69c867d943230fe7ac9352ebb9806df35 (patch) | |
tree | 99ed6cb30b041b0f480bcbdc5e72e30ab4b26935 /drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.c | |
parent | 3967ae6d790887e72c55e5281094884c4f38ba88 (diff) | |
download | linux-d43f7ff69c867d943230fe7ac9352ebb9806df35.tar.xz |
drm/amdgpu/fru: fix header guard and include header
Fix the fru eeprom header guard and include it in the .c file.
Reviewed-by: Evan Quan <evan.quan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.c index 815c072ac4da..6ae80b33182c 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.c @@ -26,6 +26,7 @@ #include "amdgpu_i2c.h" #include "smu_v11_0_i2c.h" #include "atom.h" +#include "amdgpu_fru_eeprom.h" #define I2C_PRODUCT_INFO_ADDR 0xAC #define I2C_PRODUCT_INFO_ADDR_SIZE 0x2 |