fix gcc6 build error
[profile/mobile/platform/kernel/u-boot-tm1.git] / arch / arm / cpu / armv7 / sc8830 / misc.c
index 07fbd8c..33cf5fc 100644 (file)
@@ -381,7 +381,7 @@ static int smpl_config(void)
 #endif
 }
 #else
-inline int is_smpl_bootup(void)
+__attribute__ ((gnu_inline))inline int is_smpl_bootup(void)
 {
        return 0;
 }