diff options
author | Srinivasan Shanmugam <[email protected]> | 2023-07-15 10:44:16 +0530 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2023-07-25 13:36:47 -0400 |
commit | 803d411b31f2b55268bce2f8463563ba9405baee (patch) | |
tree | 78563cdc47e5c6f8c7747308bdab165e200601d4 /drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | |
parent | c005a44f3a2afe8365fd73303992127532ef7e2b (diff) |
drm/radeon: Avoid externs & do not initialize globals to 0 in radeon_drv.c
Fixes the following:
- WARNING: externs should be avoided in .c files
- ERROR: do not initialise globals to 0
- WARNING: Missing a blank line after declarations
Cc: Christian König <[email protected]>
Cc: Alex Deucher <[email protected]>
Signed-off-by: Srinivasan Shanmugam <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_display.c')
0 files changed, 0 insertions, 0 deletions