Skip to content

Commit

Permalink
api: Fix broken build on ARM.
Browse files Browse the repository at this point in the history
This patch fixes broken build introduced by commit
84bf7ca (api: remove un-needed
ifdef CONFIG_API already handle by the Makefile).

Signed-off-by: Piotr Ziecik <[email protected]>
  • Loading branch information
semihalf-ziecik-piotr authored and plagnioj committed Jul 22, 2009
1 parent ae71121 commit 2906e6d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/api_platform-arm.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,3 @@ int platform_sys_info(struct sys_info *si)

return 1;
}

#endif /* CONFIG_API */

0 comments on commit 2906e6d

Please sign in to comment.