]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[ALSA] echo3g_dsp.c shouldn't include #include <linux/irq.h>
authorAdrian Bunk <bunk@stusta.de>
Wed, 14 Feb 2007 19:32:10 +0000 (20:32 +0100)
committerAdrian Bunk <bunk@stusta.de>
Wed, 14 Feb 2007 19:32:10 +0000 (20:32 +0100)
commit419c9c25b8a75bd88d6014498a81610b2e658b08
treee287b35957956be365884f0b5c702ffe9cc614b5
parente262fa806cb2da525fd9da2b6e534368e1219544
[ALSA] 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@stusta.de>
sound/pci/echoaudio/echo3g_dsp.c