ALSA: au88x0: Remove superfluous ifdef __KERNEL__

Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Takashi Iwai 2015-01-28 17:26:45 +01:00
parent 976412fbc9
commit ba6211a2e8
1 changed files with 0 additions and 2 deletions

View File

@ -17,7 +17,6 @@
#ifndef __SOUND_AU88X0_H
#define __SOUND_AU88X0_H
#ifdef __KERNEL__
#include <linux/pci.h>
#include <linux/io.h>
#include <sound/core.h>
@ -27,7 +26,6 @@
#include <sound/hwdep.h>
#include <sound/ac97_codec.h>
#include <sound/tlv.h>
#endif
#ifndef CHIP_AU8820
#include "au88x0_eq.h"