Skip to content

Commit

Permalink
ALSA: au88x0: Remove superfluous ifdef __KERNEL__
Browse files Browse the repository at this point in the history
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
tiwai committed Jan 28, 2015
1 parent 976412f commit ba6211a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sound/pci/au88x0/au88x0.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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"
Expand Down

0 comments on commit ba6211a

Please sign in to comment.