summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/modules
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2019-06-17 16:37:28 +0200
committerAlex Deucher <alexander.deucher@amd.com>2019-06-17 11:02:03 -0500
commitb6bb56ac7d16887f8ef95403b18d346b5cfae8cf (patch)
tree38c2bdaac28953c22ef42cc8545035c8aa003ec8 /drivers/gpu/drm/amd/display/modules
parent82973e078b9dcb07a1379f4e75a4f65d2c793d49 (diff)
drm/amd/display: Add missing newline at end of file
"git diff" says: \ No newline at end of file after modifying the file. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/modules')
-rw-r--r--drivers/gpu/drm/amd/display/modules/power/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/modules/power/Makefile b/drivers/gpu/drm/amd/display/modules/power/Makefile
index 87851f892a52..9d1b22d35ece 100644
--- a/drivers/gpu/drm/amd/display/modules/power/Makefile
+++ b/drivers/gpu/drm/amd/display/modules/power/Makefile
@@ -28,4 +28,4 @@ MOD_POWER = power_helpers.o
AMD_DAL_MOD_POWER = $(addprefix $(AMDDALPATH)/modules/power/,$(MOD_POWER))
#$(info ************ DAL POWER MODULE MAKEFILE ************)
-AMD_DISPLAY_FILES += $(AMD_DAL_MOD_POWER) \ No newline at end of file
+AMD_DISPLAY_FILES += $(AMD_DAL_MOD_POWER)