diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-02-14 13:45:20 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2008-02-15 13:50:53 -0500 |
commit | 08f01058fe8fcf0d4d69d96d667c51d52859b31d (patch) | |
tree | f14379342d508ad03fc13af8a6c708209a3903e2 /drivers/ata/libata-scsi.c | |
parent | e760e716d47b48caf98da348368fd41b4a9b9e7e (diff) |
ata: make ata_scsiop_inq_89 static in libata-scsi.c
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/libata-scsi.c')
-rw-r--r-- | drivers/ata/libata-scsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/libata-scsi.c b/drivers/ata/libata-scsi.c index c02c490122dc..1cea18f62abc 100644 --- a/drivers/ata/libata-scsi.c +++ b/drivers/ata/libata-scsi.c | |||
@@ -1862,7 +1862,7 @@ unsigned int ata_scsiop_inq_83(struct ata_scsi_args *args, u8 *rbuf, | |||
1862 | * spin_lock_irqsave(host lock) | 1862 | * spin_lock_irqsave(host lock) |
1863 | */ | 1863 | */ |
1864 | 1864 | ||
1865 | unsigned int ata_scsiop_inq_89(struct ata_scsi_args *args, u8 *rbuf, | 1865 | static unsigned int ata_scsiop_inq_89(struct ata_scsi_args *args, u8 *rbuf, |
1866 | unsigned int buflen) | 1866 | unsigned int buflen) |
1867 | { | 1867 | { |
1868 | u8 pbuf[60]; | 1868 | u8 pbuf[60]; |