diff options
author | Sudeep Holla <sudeep.holla@arm.com> | 2020-04-03 20:10:17 +0300 |
---|---|---|
committer | Sudeep Holla <sudeep.holla@arm.com> | 2020-04-14 11:31:49 +0300 |
commit | 70771c69ab9be6e37618b1ec6c105f370e510f94 (patch) | |
tree | 18820e5fec3ab4604be68bf878e13ba2741cbcdc /lib/fdt_sw.c | |
parent | 4e44590ee4a917df5ce557df4ad831ec5e82b4a6 (diff) | |
download | linux-70771c69ab9be6e37618b1ec6c105f370e510f94.tar.xz |
firmware: arm_scmi: Add include guard to linux/scmi_protocol.h
If this header is include twice, it will generate loads of compile
time error with the following below error pattern. It was reported by
0day kbuild robot on a branch pushed with double inclusion by accident.
error: conflicting types for ‘...’
note: previous declaration of ‘...’ was here
error: redefinition of ‘...’
Add a header include guard just in case.
Link: https://lore.kernel.org/r/20200403171018.1230-1-sudeep.holla@arm.com
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Diffstat (limited to 'lib/fdt_sw.c')
0 files changed, 0 insertions, 0 deletions