commit | 711825a06bb288e04f8236d77c4e12eba9a1c478 | [log] [tgz] |
---|---|---|
author | Amitkumar Karwar <akarwar@marvell.com> | Wed Oct 12 20:29:33 2011 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Oct 14 14:48:20 2011 -0400 |
tree | 8095d8e79c50370fafa03f0c340489e1a98df563 | |
parent | efaaa8b8414e0ab4ba09aaaf79ab92a34b75797b [diff] |
mwifiex: fix make namespacecheck warnings This patch takes care of warnings found by running 'make namespacecheck': 1. Remove dead code. 2. Reorder function definitions to avoid forward declarations. 3. Remove unnecessary function/structure declarations and mark them as static. Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Bing Zhao <bzhao@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>