]> 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)
commit15835283deedaaf98a22ce2ed211756c83b388cf
treeedb75ea07db0ae0fdd94c91d7c82c0eed94d5a76
parent0ada54516e22788ef6d54f8cb9bfb19600b6cdca
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: 4db9ca21fd18 ("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