login
Header Space

 
 

ata: make ata_scsiop_inq_89 static in libata-scsi.c

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git-commits-head@...>
Date: Friday, February 15, 2008 - 8:59 pm

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=08f010...
Commit:     08f01058fe8fcf0d4d69d96d667c51d52859b31d
Parent:     e760e716d47b48caf98da348368fd41b4a9b9e7e
Author:     Harvey Harrison <harvey.harrison@gmail.com>
AuthorDate: Thu Feb 14 10:45:20 2008 -0800
Committer:  Jeff Garzik <jeff@garzik.org>
CommitDate: Fri Feb 15 13:50:53 2008 -0500

    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>
---
 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 c02c490..1cea18f 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,
  *	spin_lock_irqsave(host lock)
  */
 
-unsigned int ata_scsiop_inq_89(struct ata_scsi_args *args, u8 *rbuf,
+static unsigned int ata_scsiop_inq_89(struct ata_scsi_args *args, u8 *rbuf,
 			      unsigned int buflen)
 {
 	u8 pbuf[60];
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
ata: make ata_scsiop_inq_89 static in libata-scsi.c, Linux Kernel Mailing List..., (Fri Feb 15, 8:59 pm)
speck-geostationary