[PATCH] ATA: sata_mv: Fix warnings when no PCI
From: Olof Johansson <hidden>
Date: 2012-09-29 21:19:37
Also in:
linux-ide
From: Olof Johansson <hidden>
Date: 2012-09-29 21:19:37
Also in:
linux-ide
On Fri, Sep 28, 2012 at 05:04:10PM +0200, Andrew Lunn wrote:
Dove can be configured with PCI. We then get a number of warnings: warning: 'msi' defined but not used warning: 'mv5_sht' defined but not used warning: 'mv_dump_pci_cfg' defined but not used. Move around variables and add #ifdef as necassary to fix the warnings.
Hi, This should probably go through the libata maintainer, or at least be cc:d him so you can get an ack on it (in case there are other dependencies on ARM changes for it). -Olof