--- timer.c 2003-05-30 15:33:01.000000000 +0200 +++ timer.c.old 2003-05-30 15:32:56.000000000 +0200 @@ -1733,7 +1733,9 @@ static struct file_operations snd_timer_f_ops = { +#ifndef LINUX_2_2 .owner = THIS_MODULE, +#endif .read = snd_timer_user_read, .open = snd_timer_user_open, .release = snd_timer_user_release,