commit | 6f9dd30c22da4e48c4b7b837e9641f072e673161 | [log] [tgz] |
---|---|---|
author | Bojan Prtvar <prtvar.b@gmail.com> | Tue Sep 03 08:56:20 2013 +0200 |
committer | Matt Fleming <matt.fleming@intel.com> | Thu Sep 05 10:38:23 2013 +0100 |
tree | f058eabe7d78fe8120a2abdf1082680191f0809a | |
parent | 6e4664525b1db28f8c4e1130957f70a94c19213e [diff] |
efivars: Mark local function as static This fixes the following sparse warning drivers/firmware/efi/efivars.c:567:6: warning: symbol 'efivars_sysfs_exit' was not declared. Should it be static? Signed-off-by: Bojan Prtvar <prtvar.b@gmail.com> Signed-off-by: Matt Fleming <matt.fleming@intel.com>