From: Christoph Fritz Date: Mon, 28 Nov 2011 22:49:33 +0000 (+0100) Subject: efivars: add missing parameter to efi_pstore_read() X-Git-Tag: v3.2-rc4~12^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eee628da2ee3cbba6f14696278c92a464239eea6;p=pandora-kernel.git efivars: add missing parameter to efi_pstore_read() In the case where CONFIG_PSTORE=n, the function efi_pstore_read() doesn't have the correct list of parameters. This patch provides a definition of efi_pstore_read() with 'char **buf' added to fix this warning: "drivers/firmware/efivars.c:609: warning: initialization from". problem introduced in commit f6f8285132907757ef84ef8dae0a1244b8cde6ac Signed-off-by: Christoph Fritz Signed-off-by: Tony Luck --- Reading git-diff-tree failed