commit | 6577f384fbb71dcd7f4b2dc7947c68ce72ca07ce | [log] [tgz] |
---|---|---|
author | Ram Chandra Jangir <rjangi@codeaurora.org> | Tue May 31 12:16:28 2016 +0530 |
committer | Ram Chandra Jangir <rjangi@codeaurora.org> | Tue Jun 07 22:58:38 2016 +0530 |
tree | 044c0002c7785891f657473570b9e8227bc16033 | |
parent | 033eaaf3f91ca1945ebb6f264e1d3796b0c52652 [diff] |
[qca-nss-drv]: Add proper semantics for inline function The semantics for non-static functions declared inline have changed in gcc5, Since nss_probe() and nss_remove() functions are referenced from the nss_init.c file only, so it should be declared as static inline. * Fixed one typo mistake in nss_hal_pvt.c Change-Id: I5d28574b1a80ca6f7d45876b2091424c3ff5b217 Signed-off-by: Ram Chandra Jangir <rjangi@codeaurora.org>