From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262389AbUEAWPO (ORCPT ); Sat, 1 May 2004 18:15:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262422AbUEAWPO (ORCPT ); Sat, 1 May 2004 18:15:14 -0400 Received: from fw.osdl.org ([65.172.181.6]:50919 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id S262389AbUEAWPK (ORCPT ); Sat, 1 May 2004 18:15:10 -0400 Date: Sat, 1 May 2004 15:14:24 -0700 From: Andrew Morton To: Adrian Bunk Cc: eyal@eyal.emu.id.au, linux-dvb-maintainer@linuxtv.org, torvalds@osdl.org, linux-kernel@vger.kernel.org Subject: Re: 2.6.6-rc3: modular DVB tda1004x broken Message-Id: <20040501151424.2f22996b.akpm@osdl.org> In-Reply-To: <20040501201342.GL2541@fs.tum.de> References: <408F9BD8.8000203@eyal.emu.id.au> <20040501201342.GL2541@fs.tum.de> X-Mailer: Sylpheed version 0.9.7 (GTK+ 1.2.10; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Adrian Bunk wrote: > > Please _undo_ the patch below. > > cu > Adrian > > --- a/drivers/media/dvb/frontends/tda1004x.c Tue Apr 27 18:37:15 2004 > +++ b/drivers/media/dvb/frontends/tda1004x.c Tue Apr 27 18:37:15 2004 > @@ -188,7 +190,6 @@ > static struct fwinfo tda10046h_fwinfo[] = { {.file_size = 286720,.fw_offset = 0x3c4f9,.fw_size = 24479} }; > static int tda10046h_fwinfo_count = sizeof(tda10046h_fwinfo) / sizeof(struct fwinfo); > > -static int errno; Would be better to export sys_open() and sys_lseek() to GPL modules rather than persisting with this cruft. This driver was going to be converted to use the firmware loader API?