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)
commit26fb85f4ab73cd57099d9058531f25b9cdf1c9a1
tree3c1253bfb2f4e946e206af46cc6a49620ba1370e
parentaacd7b922f052a53c34e3b2d2c92bac27e16dad5
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