From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adrian Bunk Subject: [2.6 patch] echo3g_dsp.c shouldn't include #include Date: Tue, 23 Jan 2007 16:17:56 +0100 Message-ID: <20070123151756.GH9093@stusta.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mailout.stusta.mhn.de (emailhub.stusta.mhn.de [141.84.69.5]) by alsa.jcu.cz (ALSA's E-mail Delivery System) with SMTP id F1A42323 for ; Tue, 23 Jan 2007 16:17:48 +0100 (MET) Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@lists.sourceforge.net Errors-To: alsa-devel-bounces@lists.sourceforge.net To: Giuliano Pochini , perex@suse.cz Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org List-Id: alsa-devel@alsa-project.org Despite being under linux/, linux/irq.h shouldn't be #include'd by arch independent code. Signed-off-by: Adrian Bunk --- linux-2.6.20-rc4-mm1/sound/pci/echoaudio/echo3g_dsp.c.old 2007-01-23 15:16:37.000000000 +0100 +++ linux-2.6.20-rc4-mm1/sound/pci/echoaudio/echo3g_dsp.c 2007-01-23 14:22:49.000000000 +0100 @@ -39,7 +39,7 @@ static int write_control_reg(struct echoaudio *chip, u32 ctl, u32 frq, char force); -#include +#include static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) { ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751967AbXAWPRv (ORCPT ); Tue, 23 Jan 2007 10:17:51 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751977AbXAWPRv (ORCPT ); Tue, 23 Jan 2007 10:17:51 -0500 Received: from emailhub.stusta.mhn.de ([141.84.69.5]:2278 "HELO mailout.stusta.mhn.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751967AbXAWPRu (ORCPT ); Tue, 23 Jan 2007 10:17:50 -0500 Date: Tue, 23 Jan 2007 16:17:56 +0100 From: Adrian Bunk To: Giuliano Pochini , perex@suse.cz Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: [2.6 patch] echo3g_dsp.c shouldn't include #include Message-ID: <20070123151756.GH9093@stusta.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Despite being under linux/, linux/irq.h shouldn't be #include'd by arch independent code. Signed-off-by: Adrian Bunk --- linux-2.6.20-rc4-mm1/sound/pci/echoaudio/echo3g_dsp.c.old 2007-01-23 15:16:37.000000000 +0100 +++ linux-2.6.20-rc4-mm1/sound/pci/echoaudio/echo3g_dsp.c 2007-01-23 14:22:49.000000000 +0100 @@ -39,7 +39,7 @@ static int write_control_reg(struct echoaudio *chip, u32 ctl, u32 frq, char force); -#include +#include static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) {