Index: acore/info.c =================================================================== RCS file: /cvsroot/alsa/alsa-driver/acore/info.c,v retrieving revision 1.3 diff -u -r1.3 info.c --- acore/info.c 14 May 2003 15:31:48 -0000 1.3 +++ acore/info.c 24 May 2003 22:40:47 -0000 @@ -88,6 +88,12 @@ proc_unregister(parent, de->low_ino); } } + +static struct inode_operations snd_info_entry_inode_operations = +{ + &snd_info_entry_operations, /* default sound info directory file-ops */ +}; + #endif /* LINUX_VERSION_CODE < 2.4.0 */ #include "../alsa-kernel/core/info.c"