xlat_tables_v2: mark 'xlat_clean_dcache_range' unused
authorVarun Wadekar <vwadekar@nvidia.com>
Wed, 30 Jan 2019 16:31:07 +0000 (08:31 -0800)
committerVarun Wadekar <vwadekar@nvidia.com>
Thu, 7 Feb 2019 17:01:12 +0000 (09:01 -0800)
commita1d00bb3ce26e3cee34ae784117cf04a27681395
tree93236f7504a432cab2698a6b442321a2c1deffa4
parent596929b971dc4366a490d5909a265c038502d284
xlat_tables_v2: mark 'xlat_clean_dcache_range' unused

The armclang compiler can warn if a variable is declared but
is never referenced. The '__attribute__((unused))' attribute
informs the compiler to expect an unused variable, and tells
it not to issue a warning.

This patch marks the 'xlat_clean_dcache_range' function as
"unused" to fix this armclang compiler warning.

Change-Id: I7623f61c2975a01db4d1b80554dd4f9a9e0f7eb6
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
lib/xlat_tables_v2/xlat_tables_core.c