Index: core/info.c =================================================================== RCS file: /cvsroot/alsa/alsa-kernel/core/info.c,v retrieving revision 1.36 diff -u -r1.36 info.c --- core/info.c 14 May 2003 15:30:58 -0000 1.36 +++ core/info.c 24 May 2003 22:42:09 -0000 @@ -508,13 +508,6 @@ .release = snd_info_entry_release, }; -#ifdef LINUX_2_2 -static struct inode_operations snd_info_entry_inode_operations = -{ - &snd_info_entry_operations, /* default sound info directory file-ops */ -}; -#endif /* LINUX_2_2 */ - /** * snd_create_proc_entry - create a procfs entry * @name: the name of the proc file