efivars: fix warnings when CONFIG_PSTORE=n
authorTony Luck <tony.luck@intel.com>
Tue, 2 Aug 2011 22:08:30 +0000 (15:08 -0700)
committerTony Luck <tony.luck@intel.com>
Tue, 2 Aug 2011 22:08:30 +0000 (15:08 -0700)
commitb728a5c806fb36f9adebf2a862bbd015e074afca
tree73de9c81a3265d3977431dee9feb29b037b99a99
parent7644c16c7e7431fa398e834109dbb76dc1b51617
efivars: fix warnings when CONFIG_PSTORE=n

drivers/firmware/efivars.c:161: warning: ‘utf16_strlen’ defined but not used
utf16_strlen() is only used inside CONFIG_PSTORE - make this "static inline"
to shut the compiler up [thanks to hpa for the suggestion].

drivers/firmware/efivars.c:602: warning: initialization from incompatible pointer type
Between v1 and v2 of this patch series we decided to make the "part" number
unsigned - but missed fixing the stub version of efi_pstore_write()

Acked-by: Matthew Garrett <mjg@redhat.com>
Acked-by: Mike Waychison <mikew@google.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
drivers/firmware/efivars.c