From: David Daney <ddaney@caviumnetworks.com>
To: linux-ide@vger.kernel.org
Subject: [PATCH] ata: Remove inline attribute from ata_sff_host_intr()
Date: Thu, 20 Nov 2008 16:39:03 -0800 [thread overview]
Message-ID: <49260327.8050408@caviumnetworks.com> (raw)
ata: Remove inline attribute from ata_sff_host_intr()
ata_sff_host_intr is a public function, it should not be declared inline.
Signed-off-by: David Daney <ddaney@caviumnetworks.com>
---
drivers/ata/libata-sff.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/ata/libata-sff.c b/drivers/ata/libata-sff.c
index 9033d16..73d7dbb 100644
--- a/drivers/ata/libata-sff.c
+++ b/drivers/ata/libata-sff.c
@@ -1542,8 +1542,8 @@ bool ata_sff_qc_fill_rtf(struct ata_queued_cmd *qc)
* RETURNS:
* One if interrupt was handled, zero if not (shared irq).
*/
-inline unsigned int ata_sff_host_intr(struct ata_port *ap,
- struct ata_queued_cmd *qc)
+unsigned int ata_sff_host_intr(struct ata_port *ap,
+ struct ata_queued_cmd *qc)
{
struct ata_eh_info *ehi = &ap->link.eh_info;
u8 status, host_stat = 0;
next reply other threads:[~2008-11-21 0:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-21 0:39 David Daney [this message]
2008-11-24 5:20 ` [PATCH] ata: Remove inline attribute from ata_sff_host_intr() Tejun Heo
2008-11-24 5:42 ` Robert Hancock
2008-11-24 5:49 ` Tejun Heo
2008-11-24 17:21 ` David Daney
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=49260327.8050408@caviumnetworks.com \
--to=ddaney@caviumnetworks.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.