diff options
author | Nathan Chancellor <natechancellor@gmail.com> | 2018-12-14 18:49:01 -0700 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2018-12-15 11:02:45 +0100 |
commit | 664204410afb3b0f538d176ad0c2713b04abd4b9 (patch) | |
tree | 7112f64a719043f975a945723769f6015ae86d43 /arch/arm64/include/asm | |
parent | 8ee94e3fc54d989897969d7ca8deacfe7850855c (diff) | |
download | linux-664204410afb3b0f538d176ad0c2713b04abd4b9.tar.bz2 |
PCI: Remove unused attr variable in pci_dma_configure
Clang warns:
drivers/pci/pci-driver.c:1603:21: error: unused variable 'attr'
[-Werror,-Wunused-variable]
Commit e5361ca29f2f ("ACPI / scan: Refactor _CCA enforcement") removed
attr's use and replaced it with its assigned value so it is no longer
needed.
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'arch/arm64/include/asm')
0 files changed, 0 insertions, 0 deletions