ODROID-C5: fix missing symbole 'aml_get_all_channel_grant(...)'

This function is also available only when CONFIG_AMLOGIC_MEMORY_DEBUG is
enabled.

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I535b434a6864a172e4ab365a64a2423d86174604
diff --git a/drivers/frame_provider/decoder/utils/vdec.h b/drivers/frame_provider/decoder/utils/vdec.h
index 1ecdb76..d8f2d2b 100644
--- a/drivers/frame_provider/decoder/utils/vdec.h
+++ b/drivers/frame_provider/decoder/utils/vdec.h
@@ -854,7 +854,7 @@
 
 extern u32 vdec_get_debug(void);
 
-#if IS_ENABLED(CONFIG_AMLOGIC_DDR_BANDWIDTH)
+#if IS_ENABLED(CONFIG_AMLOGIC_DDR_BANDWIDTH) && IS_ENABLED(CONFIG_AMLOGIC_MEMORY_DEBUG)
 extern void aml_get_all_channel_grant(u64 *channel_grant);
 #else
 static inline void aml_get_all_channel_grant(u64 *channel_grant)