commit | 52166715281b62fddbb46b740c6ce48d73e0b663 | [log] [tgz] |
---|---|---|
author | Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> | Wed Oct 23 22:32:30 2019 +0200 |
committer | Marek Vasut <marex@denx.de> | Wed Nov 20 22:32:00 2019 +0100 |
tree | 3c1253bfb2f4e946e206af46cc6a49620ba1370e | |
parent | e87443363a6ced66429157484b46260a257d432d [diff] |
socfpga: fix include guard in misc.h (arch vs. global) The file arch/arm/mach-socfpga/include/mach/misc.h used the same include guard as the global include/misc.h. Fix this by giving the arch file an arch prefix. Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> Reviewed-by: Ley Foon Tan <ley.foon.tan@intel.com>