From: Matt Fleming Date: Mon, 17 Mar 2014 10:57:00 +0000 (+0000) Subject: efivars: Stop passing a struct argument to efivar_validate() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~56^2~12^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5d92ad32dad94fd8f3f61778561d532bb3a2f77;p=pandora-kernel.git efivars: Stop passing a struct argument to efivar_validate() In preparation for compat support, we can't assume that user variable object is represented by a 'struct efi_variable'. Convert the validation functions to take the variable name as an argument, which is the only piece of the struct that was ever used anyway. Cc: Mike Waychison Signed-off-by: Matt Fleming --- Reading git-diff-tree failed