diff options
Diffstat (limited to 'drivers/pci/pci.c')
-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 c8b4dbdd1bdd..9add28516a66 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c | |||
@@ -4897,7 +4897,7 @@ static ssize_t pci_resource_alignment_store(struct bus_type *bus, | |||
4897 | return pci_set_resource_alignment_param(buf, count); | 4897 | return pci_set_resource_alignment_param(buf, count); |
4898 | } | 4898 | } |
4899 | 4899 | ||
4900 | BUS_ATTR(resource_alignment, 0644, pci_resource_alignment_show, | 4900 | static BUS_ATTR(resource_alignment, 0644, pci_resource_alignment_show, |
4901 | pci_resource_alignment_store); | 4901 | pci_resource_alignment_store); |
4902 | 4902 | ||
4903 | static int __init pci_resource_alignment_sysfs_init(void) | 4903 | static int __init pci_resource_alignment_sysfs_init(void) |