diff options
Diffstat (limited to 'arch/um/drivers/hostaudio_kern.c')
-rw-r--r-- | arch/um/drivers/hostaudio_kern.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/arch/um/drivers/hostaudio_kern.c b/arch/um/drivers/hostaudio_kern.c index f9f6a4e20590..9b90fdc4b151 100644 --- a/arch/um/drivers/hostaudio_kern.c +++ b/arch/um/drivers/hostaudio_kern.c | |||
@@ -3,15 +3,15 @@ | |||
3 | * Licensed under the GPL | 3 | * Licensed under the GPL |
4 | */ | 4 | */ |
5 | 5 | ||
6 | #include "linux/fs.h" | 6 | #include <linux/fs.h> |
7 | #include "linux/module.h" | 7 | #include <linux/module.h> |
8 | #include "linux/slab.h" | 8 | #include <linux/slab.h> |
9 | #include "linux/sound.h" | 9 | #include <linux/sound.h> |
10 | #include "linux/soundcard.h" | 10 | #include <linux/soundcard.h> |
11 | #include "linux/mutex.h" | 11 | #include <linux/mutex.h> |
12 | #include "asm/uaccess.h" | 12 | #include <asm/uaccess.h> |
13 | #include "init.h" | 13 | #include <init.h> |
14 | #include "os.h" | 14 | #include <os.h> |
15 | 15 | ||
16 | struct hostaudio_state { | 16 | struct hostaudio_state { |
17 | int fd; | 17 | int fd; |