xen/arm: Fix dev_is_dt macro definition
authorOleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
Mon, 4 Oct 2021 14:11:41 +0000 (17:11 +0300)
committerStefano Stabellini <stefano.stabellini@xilinx.com>
Tue, 5 Oct 2021 00:53:56 +0000 (17:53 -0700)
commitd6bdad32cbb5dfbc68fac32078cc5882071c4f1d
tree0e032057f310dcaf407c0638c1afc406c1585ea3
parentefbd25c4f2133e00ed2f32215f458ea28035b7fb
xen/arm: Fix dev_is_dt macro definition

This macro is not currently used, but still has an error in it:
a missing parenthesis. Fix this, so the macro is properly defined.

Fixes: 6c5d3075d97e ("xen/arm: Introduce a generic way to describe device")
Signed-off-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Reviewed-by: Michal Orzel <michal.orzel@arm.com>
xen/include/asm-arm/device.h