efivars: Mark local function as static
authorBojan Prtvar <prtvar.b@gmail.com>
Tue, 3 Sep 2013 06:56:20 +0000 (08:56 +0200)
committerMatt Fleming <matt.fleming@intel.com>
Thu, 5 Sep 2013 09:38:23 +0000 (10:38 +0100)
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>

No differences found