Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261305AbTESIcX (ORCPT ); Mon, 19 May 2003 04:32:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261454AbTESIcX (ORCPT ); Mon, 19 May 2003 04:32:23 -0400 Received: from gate.perex.cz ([194.212.165.105]:16116 "EHLO pnote.perex-int.cz") by vger.kernel.org with ESMTP id S261305AbTESIcV (ORCPT ); Mon, 19 May 2003 04:32:21 -0400 Date: Mon, 19 May 2003 10:44:46 +0200 (CEST) From: Jaroslav Kysela X-X-Sender: perex@pnote.perex-int.cz To: Christoph Hellwig Cc: "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] remove 2.2 compat cruft from sound/ In-Reply-To: <20030518181551.A28588@lst.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1010 Lines: 34 On Sun, 18 May 2003, Christoph Hellwig wrote: > Not that it actually is compilable due to random changes.. > > > --- 1.20/sound/core/control.c Thu Apr 10 12:28:10 2003 > +++ edited/sound/core/control.c Sat May 17 19:41:59 2003 > @@ -931,9 +931,7 @@ > > 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, We still support the 2.2 kernel. We are trying to separate this "compatibility" code to another location, but in some cases, it is difficult. Please, make changes only for /sound/oss tree. Thank you. Jaroslav ----- Jaroslav Kysela Linux Kernel Sound Maintainer ALSA Project, SuSE Labs - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/