]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
xen-pciback: Add name prefix to global 'permissive' variable
authorBen Hutchings <ben@decadent.org.uk>
Sun, 12 Apr 2015 23:26:35 +0000 (00:26 +0100)
committerDavid Vrabel <david.vrabel@citrix.com>
Wed, 29 Apr 2015 16:34:50 +0000 (17:34 +0100)
commit8014bcc86ef112eab9ee1db312dba4e6b608cf89
treeedb75ea07db0ae0fdd94c91d7c82c0eed94d5a76
parent2b953a5e994ce279904ec70220f7d4f31d380a0a
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 <ben@decadent.org.uk>
Fixes: af6fc858a35b ("xen-pciback: limit guest control of command register")
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
drivers/xen/xen-pciback/conf_space.c
drivers/xen/xen-pciback/conf_space.h
drivers/xen/xen-pciback/conf_space_header.c