]> git.baikalelectronics.ru Git - uboot.git/commit
socfpga: fix include guard in misc.h (arch vs. global)
authorSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Wed, 23 Oct 2019 20:32:30 +0000 (22:32 +0200)
committerMarek Vasut <marex@denx.de>
Wed, 20 Nov 2019 21:32:00 +0000 (22:32 +0100)
commitdc0d57b5bebe843a90f8b456cc847e5673c5258c
tree3c1253bfb2f4e946e206af46cc6a49620ba1370e
parent781aa409621c20bd30300c47989bfb133800d596
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>
arch/arm/mach-socfpga/include/mach/misc.h