From: Takashi Iwai Date: Wed, 28 Jan 2015 16:26:45 +0000 (+0100) Subject: ALSA: au88x0: Remove superfluous ifdef __KERNEL__ X-Git-Tag: v4.0-rc1~129^2~31 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ba6211a2e8f80eecdf12f7972045ea28f904a4a0;p=karo-tx-linux.git ALSA: au88x0: Remove superfluous ifdef __KERNEL__ Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/au88x0/au88x0.h b/sound/pci/au88x0/au88x0.h index 98c53bbf8837..bcc648bf6478 100644 --- a/sound/pci/au88x0/au88x0.h +++ b/sound/pci/au88x0/au88x0.h @@ -17,7 +17,6 @@ #ifndef __SOUND_AU88X0_H #define __SOUND_AU88X0_H -#ifdef __KERNEL__ #include #include #include @@ -27,7 +26,6 @@ #include #include #include -#endif #ifndef CHIP_AU8820 #include "au88x0_eq.h"