Bug: Remove inline attribute for platform_use_identity_mmu_mappings()

Making the function inline forces every file that includes it to use
the function. A warning is flagged otherwise.

This also requires the compiler.h to be included as this
has the #define for __ALWAYS_INLINE.
1 file changed