Hi All,
I had to comment out one line in audio.c and to move one line in
digi_acceleport.c to get it to build for me. I've attached a patch to be
applied after the patch. I don't know if this is something to do with my
setup or not. (I've still to boot this kernel yet).
regards,
Stephen.
--
/------------------------------+-=-=-=-=-+-------------------------\
|Stephen J. Gowdy |A4000/040| Mail Stop 50A-2160, LBL, |
|http://www.ph.ed.ac.uk/~gowdy/ | 1GB HD| 1 Cyclotron Rd, Berkeley,|
| |20MB RAM| CA 94720, USA |
|InterNet: [EMAIL PROTECTED] |3.4xCDROM| Tel: +1 510 495 2796 |
\------------------------------+-=-=-=-=-+-------------------------/
--- linux-2.2.16/drivers/usb/audio.c.orig Mon Jun 19 16:47:40 2000
+++ linux-2.2.16/drivers/usb/audio.c Mon Jun 19 16:55:19 2000
@@ -2643,7 +2643,7 @@
}
static /*const*/ struct file_operations usb_audio_fops = {
- owner: THIS_MODULE,
+ /* owner: THIS_MODULE, */
llseek: usb_audio_llseek,
read: usb_audio_read,
write: usb_audio_write,
--- linux-2.2.16/drivers/usb/serial/digi_acceleport.c.orig Mon Jun 19 16:47:41
2000
+++ linux-2.2.16/drivers/usb/serial/digi_acceleport.c Mon Jun 19 17:00:49 2000
@@ -123,6 +123,8 @@
* $Id: digi_acceleport.c,v 1.56 2000/06/07 22:47:30 root Exp root $
*/
+#define __NO_VERSION__
+
#include <linux/config.h>
#include <linux/kernel.h>
#include <linux/sched.h>
@@ -138,8 +140,6 @@
#include <linux/module.h>
#include <linux/spinlock.h>
#include <linux/tqueue.h>
-
-#define __NO_VERSION__
#ifdef CONFIG_USB_SERIAL_DEBUG
#define DEBUG
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]