libata: make functions/variables static
Make some variables in ahci and a function in pata_pcmcia static, as found using sparse. Signed-off-by: Robert Hancock <hancockrwd@gmail.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:

committed by
Jeff Garzik

parent
27943620cb
commit
9ffc5da5e1
@@ -136,7 +136,7 @@ static unsigned int ata_data_xfer_8bit(struct ata_device *dev,
|
||||
*
|
||||
*/
|
||||
|
||||
void pcmcia_8bit_drain_fifo(struct ata_queued_cmd *qc)
|
||||
static void pcmcia_8bit_drain_fifo(struct ata_queued_cmd *qc)
|
||||
{
|
||||
int count;
|
||||
struct ata_port *ap;
|
||||
|
Reference in New Issue
Block a user