All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrei Darashenka
To: linux-sound@vger.kernel.org
Subject: 2.5.50 mpu401.h compilation error patches
Date: Wed, 04 Dec 2002 16:57:14 +0000	[thread overview]
Message-ID: <marc-linux-sound-103902158510403@msgid-missing> (raw)

Hi,

I just tried to compile 2.5.50 and found compilation error on mpu401.c

Following patch syncronize mpu401.c and mpu401.h

diff -ur linux-2.5.50/sound/oss/mpu401.h linux-2.5.50-new/sound/oss/mpu401.h
--- linux-2.5.50/sound/oss/mpu401.h     2002-12-04 18:48:07.000000000 +0200
+++ linux-2.5.50-new/sound/oss/mpu401.h 2002-12-04 18:45:50.000000000 +0200
@@ -7,7 +7,7 @@
 
 /*     From mpu401.c */
 int probe_mpu401(struct address_info *hw_config);
-void attach_mpu401(struct address_info * hw_config, struct module *owner);
+int attach_mpu401(struct address_info * hw_config, struct module *owner);
 void unload_mpu401(struct address_info *hw_info);
 
 int intchk_mpu401(void *dev_id);


-- 

Regards,
Andrei


             reply	other threads:[~2002-12-04 16:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-04 16:57 Andrei [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-12-04 16:57 2.5.50 mpu401.h compilation error patches Andrei Darashenka

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=marc-linux-sound-103902158510403@msgid-missing \
    --to=linux-sound@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.