Pārlūkot izejas kodu

api: Fix broken build on ARM.

This patch fixes broken build introduced by commit
84bf7ca522e94ec402a1264b01971b924b7e268f (api: remove un-needed
ifdef CONFIG_API already handle by the Makefile).

Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
Piotr Ziecik 15 gadi atpakaļ
vecāks
revīzija
2906e6d654
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. 0 2
      api/api_platform-arm.c

+ 0 - 2
api/api_platform-arm.c

@@ -53,5 +53,3 @@ int platform_sys_info(struct sys_info *si)
 
 	return 1;
 }
-
-#endif /* CONFIG_API */