From: Ben Hutchings Date: Sun, 12 Apr 2015 23:26:35 +0000 (+0100) Subject: xen-pciback: Add name prefix to global 'permissive' variable X-Git-Tag: omap-for-v4.2/omap1-v2~27^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8014bcc86ef112eab9ee1db312dba4e6b608cf89;p=pandora-kernel.git xen-pciback: Add name prefix to global 'permissive' variable The variable for the 'permissive' module parameter used to be static but was recently changed to be extern. This puts it in the kernel global namespace if the driver is built-in, so its name should begin with a prefix identifying the driver. Signed-off-by: Ben Hutchings Fixes: af6fc858a35b ("xen-pciback: limit guest control of command register") Signed-off-by: David Vrabel --- Reading git-diff-tree failed