]> git.baikalelectronics.ru Git - kernel.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)
commitcd33586e9be320dca3ea71172b02d22b41fb8dc0
treeedb75ea07db0ae0fdd94c91d7c82c0eed94d5a76
parent1b3b35b414272508c872365e447ae7e6772937ea
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: 7b6d874caa77 ("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