diff options
author | Arnd Bergmann <[email protected]> | 2009-02-26 09:57:27 +0100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2009-03-26 18:14:24 +0100 |
commit | f9f35677d81adb0feedcd6e0e661784805c8facd (patch) | |
tree | b412bb880c522ac67cfeecc3af3f801c34040382 | |
parent | 8cd2c29dd5f04d91dac6ea7f8b9df4ff1b4380ee (diff) |
emu101k1.h: fix duplicate include of <linux/types.h>
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 <[email protected]>
Acked-by: Takashi Iwai <[email protected]>
Signed-off-by: H. Peter Anvin <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
-rw-r--r-- | include/sound/emu10k1.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/emu10k1.h b/include/sound/emu10k1.h index c380056ff26d..6a664c3f7c1e 100644 --- a/include/sound/emu10k1.h +++ b/include/sound/emu10k1.h @@ -36,7 +36,6 @@ #include <sound/timer.h> #include <linux/interrupt.h> #include <linux/mutex.h> -#include <linux/types.h> #include <asm/io.h> |