diff options
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index f88de099ef43..f36b46806513 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c | |||
@@ -2625,7 +2625,7 @@ int pci_set_vga_state(struct pci_dev *dev, bool decode, | |||
2625 | 2625 | ||
2626 | #define RESOURCE_ALIGNMENT_PARAM_SIZE COMMAND_LINE_SIZE | 2626 | #define RESOURCE_ALIGNMENT_PARAM_SIZE COMMAND_LINE_SIZE |
2627 | static char resource_alignment_param[RESOURCE_ALIGNMENT_PARAM_SIZE] = {0}; | 2627 | static char resource_alignment_param[RESOURCE_ALIGNMENT_PARAM_SIZE] = {0}; |
2628 | spinlock_t resource_alignment_lock = SPIN_LOCK_UNLOCKED; | 2628 | static DEFINE_SPINLOCK(resource_alignment_lock); |
2629 | 2629 | ||
2630 | /** | 2630 | /** |
2631 | * pci_specified_resource_alignment - get resource alignment specified by user. | 2631 | * pci_specified_resource_alignment - get resource alignment specified by user. |