--- rawmidi.c 2003-05-30 15:26:44.000000000 +0200 +++ rawmidi.c.old 2003-05-30 15:26:39.000000000 +0200 @@ -1316,7 +1316,9 @@ static struct file_operations snd_rawmidi_f_ops = { +#ifndef LINUX_2_2 .owner = THIS_MODULE, +#endif .read = snd_rawmidi_read, .write = snd_rawmidi_write, .open = snd_rawmidi_open,