Skip to content

Commit

Permalink
emu101k1.h: fix duplicate include of <linux/types.h>
Browse files Browse the repository at this point in the history
Impact: cleanup

The earlier patch 'make most exported headers use strict integer
types' accidentally includes <linux/types.h> both from the common and
from the kernel-only parts.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
arndb authored and Ingo Molnar committed Mar 26, 2009
1 parent 8cd2c29 commit f9f3567
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/sound/emu10k1.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
#include <sound/timer.h>
#include <linux/interrupt.h>
#include <linux/mutex.h>
#include <linux/types.h>

#include <asm/io.h>

Expand Down

0 comments on commit f9f3567

Please sign in to comment.