commit | 55cf4f6483cdea6c619d7794d0fb56995f4c7ad4 | [log] [tgz] |
---|---|---|
author | Kiran Gunda <kgunda@codeaurora.org> | Wed Oct 09 17:56:45 2013 +0530 |
committer | Kiran Gunda <kgunda@codeaurora.org> | Fri Oct 18 15:44:05 2013 +0530 |
tree | 77b238e558f5dd488f50c87ac2ec4bcc20c2cefe | |
parent | 9af11cb401ea97f21195530ef0de67dc219ed01b [diff] |
Slimbus: Inline a function to avoid multiple definition error Compilation error(multiple definitons of function) happens with slim_register_board_info function when CONFIG_SLIMBUS flag is disabled. In this patch slim_register_board_info function in slimbus.h file is modified to static inline to resolve the issue. CRs-fixed: 529039 Change-Id: I083062670139ae830dde9b0bc82c72febdf3271c Signed-off-by: Kiran Gunda <kgunda@codeaurora.org>