aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-zynqmp-r5/include/mach/sys_r5_proto.h
diff options
context:
space:
mode:
authorVenkatesh Yadav Abbarapu2024-01-11 08:30:29 +0530
committerMichal Simek2024-01-12 09:29:17 +0100
commit4536da00e558c909fc7cc467724d599a430f412e (patch)
tree2617597c450e42244300689fc36b22cc0f2a9a09 /arch/arm/mach-zynqmp-r5/include/mach/sys_r5_proto.h
parent64a31fe710708cd21f1ccb36b369b8d8178d3f0a (diff)
xilinx: r5: Include the sys_r5_proto.h header for future use
Currently when using "W=1" with xilinx_zynqmp_r5_defconfig, getting below warnings. cc1.real: warning: ./arch/arm/mach-zynqmp-r5/include: No such file or directory [-Wmissing-include-dirs] Fix W=1 missing-include-dirs warnings by including the headers and sys_r5_proto.h file which can be used. Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com> Link: https://lore.kernel.org/r/20240111030029.2565827-1-venkatesh.abbarapu@amd.com Signed-off-by: Michal Simek <michal.simek@amd.com>
Diffstat (limited to 'arch/arm/mach-zynqmp-r5/include/mach/sys_r5_proto.h')
-rw-r--r--arch/arm/mach-zynqmp-r5/include/mach/sys_r5_proto.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-zynqmp-r5/include/mach/sys_r5_proto.h b/arch/arm/mach-zynqmp-r5/include/mach/sys_r5_proto.h
new file mode 100644
index 00000000000..0f7a47bf24c
--- /dev/null
+++ b/arch/arm/mach-zynqmp-r5/include/mach/sys_r5_proto.h
@@ -0,0 +1,5 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+/*
+ * Copyright (C) 2024, Advanced Micro Devices, Inc.
+ * Michal Simek <michal.simek@amd.com>
+ */