mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-27 06:34:11 +08:00
drm/amd/powerplay: Fix missing newlines at end of file
Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Ernst Sjöstrand <ernstp@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
19fef71cd1
commit
e9c227b253
@ -291,4 +291,4 @@ struct amd_pm_funcs {
|
||||
struct amd_pp_simple_clock_info *clocks);
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -43,4 +43,4 @@ struct phm_fuses_default {
|
||||
extern int pp_override_get_default_fuse_value(uint64_t key,
|
||||
struct phm_fuses_default *result);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -542,4 +542,4 @@ int pp_atomfwctrl_get_vbios_bootup_values(struct pp_hwmgr *hwmgr,
|
||||
boot_values->ulDCEFClk = frequency;
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user