Re: [PATCH] linux-2.4.0-test7/driver/sbus/char/vfc_dev.c

2000-09-06 Thread David S. Miller
Date:Tue, 5 Sep 2000 22:53:23 +0200 (CEST) From: Philipp Matthias Hahn <[EMAIL PROTECTED]> the call needs static struct file_operations vfc_fops; which is not defined until line 642. A forward declaration at the beginning fixes the problem: Patch applied, but th

[PATCH] linux-2.4.0-test7/driver/sbus/char/vfc_dev.c

2000-09-06 Thread Philipp Matthias Hahn
Hello! I'm just trying to compile a kernel for my sparc and found a bug in the above file: In line 170: dev->de = devfs_register (devfs_handle, devname, DEVFS_FL_DEFAULT, VFC_MAJOR, instance, S_IFCHR | S_IRUSR | S_IWUSR,