Linux ATA/IDE development
 help / color / mirror / Atom feed
From: Sergei Shtylyov <sshtylyov@ru.mvista.com>
To: jgarzik@pobox.com
Cc: linux-ide@vger.kernel.org
Subject: [PATCH] libata: kill ata_irq_on() prototype
Date: Thu, 6 May 2010 22:15:22 +0400	[thread overview]
Message-ID: <201005062215.22697.sshtylyov@ru.mvista.com> (raw)

Commit 9363c3825ea9ad76561eb48a395349dd29211ed6 renamed ata_irq_on() to
ata_sff_irq_on() but forgot to rename its prototype in "libata.h". This
prototype is duplicate anyway, as the function is already declared in
<linux/libata.h>, so remove it...

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>

---
The patch is against the recent Linus' tree.

 drivers/ata/libata.h |    1 -
 1 file changed, 1 deletion(-)

Index: linux-2.6/drivers/ata/libata.h
===================================================================
--- linux-2.6.orig/drivers/ata/libata.h
+++ linux-2.6/drivers/ata/libata.h
@@ -204,7 +204,6 @@ static inline int sata_pmp_attach(struct
 #ifdef CONFIG_ATA_SFF
 extern void ata_dev_select(struct ata_port *ap, unsigned int device,
                            unsigned int wait, unsigned int can_sleep);
-extern u8 ata_irq_on(struct ata_port *ap);
 extern void ata_pio_task(struct work_struct *work);
 #endif /* CONFIG_ATA_SFF */
 

             reply	other threads:[~2010-05-06 18:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-06 18:15 Sergei Shtylyov [this message]
2010-05-14 21:24 ` [PATCH] libata: kill ata_irq_on() prototype Jeff Garzik
2010-05-14 21:29   ` Sergei Shtylyov
2010-05-14 21:36     ` Jeff Garzik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201005062215.22697.sshtylyov@ru.mvista.com \
    --to=sshtylyov@ru.mvista.com \
    --cc=jgarzik@pobox.com \
    --cc=linux-ide@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox