From 322d0bafa1555f1d6c9c89979752cb40c516b83c Mon Sep 17 00:00:00 2001 From: Jon Hunter Date: Tue, 19 Nov 2024 15:35:45 +0000 Subject: [PATCH] drm/tegra: Remove 'unaligned.h' header In Linux v6.12, commit 5f60d5f6bbc1 ("move asm/unaligned.h to linux/unaligned.h") moved the 'unaligned.h' header file. The 'unaligned.h' is not needed by the Tegra DRM RISC-V driver and so remove this header. Bug 4876974 Change-Id: If5993d6ea8291557de6fd41e4f55552bae45505b Signed-off-by: Jon Hunter Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3252432 (cherry picked from commit 39a93d3dddc622247cec3571bd7124f04cdb95eb) Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3270385 Reviewed-by: Brad Griffis GVS: buildbot_gerritrpt --- drivers/gpu/drm/tegra/riscv.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/gpu/drm/tegra/riscv.c b/drivers/gpu/drm/tegra/riscv.c index cee9ba2f..947142de 100644 --- a/drivers/gpu/drm/tegra/riscv.c +++ b/drivers/gpu/drm/tegra/riscv.c @@ -1,9 +1,5 @@ // SPDX-License-Identifier: GPL-2.0-only -/* - * Copyright (c) 2022, NVIDIA Corporation. - */ - -#include +// SPDX-FileCopyrightText: Copyright (c) 2022-2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved. #include #include