[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070123151756.GH9093@stusta.de>
Date: Tue, 23 Jan 2007 16:17:56 +0100
From: Adrian Bunk <bunk@...sta.de>
To: Giuliano Pochini <pochini@...ny.it>, perex@...e.cz
Cc: alsa-devel@...a-project.org, linux-kernel@...r.kernel.org
Subject: [2.6 patch] echo3g_dsp.c shouldn't include #include <linux/irq.h>
Despite being under linux/, linux/irq.h shouldn't be #include'd by arch
independent code.
Signed-off-by: Adrian Bunk <bunk@...sta.de>
--- 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 <linux/irq.h>
+#include <linux/interrupt.h>
static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id)
{
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists