From: Juan Quintela <quintela@mandrakesoft.com>
To: Marcelo Tosatti <marcelo@conectiva.com.br>,
lkml <linux-kernel@vger.kernel.org>,
bcollins@debian.org
Subject: [PATCH]: create function with right arguments for sbp2
Date: 05 Jan 2003 00:03:29 +0100 [thread overview]
Message-ID: <m2r8bsa56m.fsf@demo.mitica> (raw)
Hi
The prototypes for this two functions was changed, but not the
definitions. This fix is at least needed for compiling, I
don't have the hardware and haven't tested it.
Looking at the 2.4.21-pre2 changed, it looks good.
Later, Juan.
diff -urNp --exclude-from=/home/mitica/quintela/config/misc/dontdiff t2/drivers/ieee1394/sbp2.c t1/drivers/ieee1394/sbp2.c
--- t2/drivers/ieee1394/sbp2.c 2002-12-31 18:10:52.000000000 +0100
+++ t1/drivers/ieee1394/sbp2.c 2003-01-03 19:50:21.000000000 +0100
@@ -1511,7 +1511,7 @@ static void sbp2_remove_device(struct sb
* physical dma in hardware). Mostly just here for debugging...
*/
static int sbp2_handle_physdma_write(struct hpsb_host *host, int nodeid, int destid, quadlet_t *data,
- u64 addr, unsigned int length)
+ u64 addr, unsigned int length, u16 flags)
{
/*
@@ -1527,7 +1527,7 @@ static int sbp2_handle_physdma_write(str
* physical dma in hardware). Mostly just here for debugging...
*/
static int sbp2_handle_physdma_read(struct hpsb_host *host, int nodeid, quadlet_t *data,
- u64 addr, unsigned int length)
+ u64 addr, unsigned int length, u16 flags)
{
/*
--
In theory, practice and theory are the same, but in practice they
are different -- Larry McVoy
reply other threads:[~2003-01-04 22:47 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=m2r8bsa56m.fsf@demo.mitica \
--to=quintela@mandrakesoft.com \
--cc=bcollins@debian.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo@conectiva.com.br \
/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
all inboxes | Powered by JetHome®