--- control.c 2003-05-30 15:17:58.000000000 +0200 +++ control.c.old 2003-05-30 15:17:56.000000000 +0200 @@ -1,3 +1,4 @@ +#define __NO_VERSION__ /* * Routines for driver control interface * Copyright (c) by Jaroslav Kysela @@ -927,7 +928,9 @@ static struct file_operations snd_ctl_f_ops = { +#ifndef LINUX_2_2 .owner = THIS_MODULE, +#endif .read = snd_ctl_read, .open = snd_ctl_open, .release = snd_ctl_release,