diff options
author | Sudeep Holla <[email protected]> | 2020-04-03 18:10:17 +0100 |
---|---|---|
committer | Sudeep Holla <[email protected]> | 2020-04-14 09:31:49 +0100 |
commit | 70771c69ab9be6e37618b1ec6c105f370e510f94 (patch) | |
tree | 18820e5fec3ab4604be68bf878e13ba2741cbcdc /include/linux/fpga/fpga-bridge.h | |
parent | 4e44590ee4a917df5ce557df4ad831ec5e82b4a6 (diff) |
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/[email protected]
Reported-by: kbuild test robot <[email protected]>
Signed-off-by: Sudeep Holla <[email protected]>
Diffstat (limited to 'include/linux/fpga/fpga-bridge.h')
0 files changed, 0 insertions, 0 deletions