diff options
author | Dave Jones <davej@redhat.com> | 2006-10-04 03:38:54 -0400 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2006-10-04 03:38:54 -0400 |
commit | 038b0a6d8d32db934bba6a24e74e76e4e327a94f (patch) | |
tree | 5fbeb3e8f140e20f8ce0e33e12b32ec5b0724cd6 /sound | |
parent | 78b656b8bf933101b42409b4492734b23427bfc3 (diff) |
Remove all inclusions of <linux/config.h>
kbuild explicitly includes this at build time.
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/aoa/soundbus/sysfs.c | 1 | ||||
-rw-r--r-- | sound/core/memory.c | 1 | ||||
-rw-r--r-- | sound/oss/ac97_plugin_ad1980.c | 1 | ||||
-rw-r--r-- | sound/oss/awe_wave.c | 1 | ||||
-rw-r--r-- | sound/oss/cmpci.c | 1 | ||||
-rw-r--r-- | sound/oss/forte.c | 3 | ||||
-rw-r--r-- | sound/oss/gus_card.c | 7 | ||||
-rw-r--r-- | sound/oss/gus_wave.c | 5 | ||||
-rw-r--r-- | sound/oss/mad16.c | 1 | ||||
-rw-r--r-- | sound/oss/maestro3.c | 1 | ||||
-rw-r--r-- | sound/oss/maui.c | 1 | ||||
-rw-r--r-- | sound/oss/wavfront.c | 3 | ||||
-rw-r--r-- | sound/oss/ymfpci.c | 1 | ||||
-rw-r--r-- | sound/oss/ymfpci.h | 1 |
14 files changed, 7 insertions, 21 deletions
diff --git a/sound/aoa/soundbus/sysfs.c b/sound/aoa/soundbus/sysfs.c index d31f8146952a..f580942b5c09 100644 --- a/sound/aoa/soundbus/sysfs.c +++ b/sound/aoa/soundbus/sysfs.c | |||
@@ -1,4 +1,3 @@ | |||
1 | #include <linux/config.h> | ||
2 | #include <linux/kernel.h> | 1 | #include <linux/kernel.h> |
3 | #include <linux/stat.h> | 2 | #include <linux/stat.h> |
4 | /* FIX UP */ | 3 | /* FIX UP */ |
diff --git a/sound/core/memory.c b/sound/core/memory.c index fe59850be868..93537ab7c2ac 100644 --- a/sound/core/memory.c +++ b/sound/core/memory.c | |||
@@ -20,7 +20,6 @@ | |||
20 | * | 20 | * |
21 | */ | 21 | */ |
22 | 22 | ||
23 | #include <linux/config.h> | ||
24 | #include <linux/module.h> | 23 | #include <linux/module.h> |
25 | #include <asm/io.h> | 24 | #include <asm/io.h> |
26 | #include <asm/uaccess.h> | 25 | #include <asm/uaccess.h> |
diff --git a/sound/oss/ac97_plugin_ad1980.c b/sound/oss/ac97_plugin_ad1980.c index 24a9acd28160..0435c43d9704 100644 --- a/sound/oss/ac97_plugin_ad1980.c +++ b/sound/oss/ac97_plugin_ad1980.c | |||
@@ -28,7 +28,6 @@ | |||
28 | 28 | ||
29 | */ | 29 | */ |
30 | 30 | ||
31 | #include <linux/config.h> | ||
32 | #include <linux/module.h> | 31 | #include <linux/module.h> |
33 | #include <linux/init.h> | 32 | #include <linux/init.h> |
34 | #include <linux/kernel.h> | 33 | #include <linux/kernel.h> |
diff --git a/sound/oss/awe_wave.c b/sound/oss/awe_wave.c index 01c592cee045..1b968f7ecb3f 100644 --- a/sound/oss/awe_wave.c +++ b/sound/oss/awe_wave.c | |||
@@ -28,7 +28,6 @@ | |||
28 | */ | 28 | */ |
29 | 29 | ||
30 | #include <linux/awe_voice.h> | 30 | #include <linux/awe_voice.h> |
31 | #include <linux/config.h> | ||
32 | #include <linux/init.h> | 31 | #include <linux/init.h> |
33 | #include <linux/module.h> | 32 | #include <linux/module.h> |
34 | #include <linux/string.h> | 33 | #include <linux/string.h> |
diff --git a/sound/oss/cmpci.c b/sound/oss/cmpci.c index ea51aafaf401..20628aa07a25 100644 --- a/sound/oss/cmpci.c +++ b/sound/oss/cmpci.c | |||
@@ -106,7 +106,6 @@ | |||
106 | */ | 106 | */ |
107 | /*****************************************************************************/ | 107 | /*****************************************************************************/ |
108 | 108 | ||
109 | #include <linux/config.h> | ||
110 | #include <linux/module.h> | 109 | #include <linux/module.h> |
111 | #include <linux/string.h> | 110 | #include <linux/string.h> |
112 | #include <linux/interrupt.h> | 111 | #include <linux/interrupt.h> |
diff --git a/sound/oss/forte.c b/sound/oss/forte.c index ea1c0207aef2..6c910498924a 100644 --- a/sound/oss/forte.c +++ b/sound/oss/forte.c | |||
@@ -26,8 +26,7 @@ | |||
26 | * USA | 26 | * USA |
27 | * | 27 | * |
28 | */ | 28 | */ |
29 | 29 | ||
30 | #include <linux/config.h> | ||
31 | #include <linux/module.h> | 30 | #include <linux/module.h> |
32 | #include <linux/kernel.h> | 31 | #include <linux/kernel.h> |
33 | 32 | ||
diff --git a/sound/oss/gus_card.c b/sound/oss/gus_card.c index a3d6ae33fe8b..4539269b3d95 100644 --- a/sound/oss/gus_card.c +++ b/sound/oss/gus_card.c | |||
@@ -11,11 +11,10 @@ | |||
11 | * Christoph Hellwig: Adapted to module_init/module_exit, simple cleanups. | 11 | * Christoph Hellwig: Adapted to module_init/module_exit, simple cleanups. |
12 | * | 12 | * |
13 | * Status: | 13 | * Status: |
14 | * Tested... | 14 | * Tested... |
15 | */ | 15 | */ |
16 | 16 | ||
17 | 17 | ||
18 | #include <linux/config.h> | ||
19 | #include <linux/init.h> | 18 | #include <linux/init.h> |
20 | #include <linux/interrupt.h> | 19 | #include <linux/interrupt.h> |
21 | #include <linux/module.h> | 20 | #include <linux/module.h> |
diff --git a/sound/oss/gus_wave.c b/sound/oss/gus_wave.c index 597db7aee632..de10cedee1c7 100644 --- a/sound/oss/gus_wave.c +++ b/sound/oss/gus_wave.c | |||
@@ -16,9 +16,8 @@ | |||
16 | * usage of CS4231A codec, GUS wave and MIDI for GUS MAX. | 16 | * usage of CS4231A codec, GUS wave and MIDI for GUS MAX. |
17 | * Bartlomiej Zolnierkiewicz : added some __init/__exit | 17 | * Bartlomiej Zolnierkiewicz : added some __init/__exit |
18 | */ | 18 | */ |
19 | 19 | ||
20 | #include <linux/init.h> | 20 | #include <linux/init.h> |
21 | #include <linux/config.h> | ||
22 | #include <linux/spinlock.h> | 21 | #include <linux/spinlock.h> |
23 | 22 | ||
24 | #define GUSPNP_AUTODETECT | 23 | #define GUSPNP_AUTODETECT |
diff --git a/sound/oss/mad16.c b/sound/oss/mad16.c index aa3c50db66c4..954647f41dff 100644 --- a/sound/oss/mad16.c +++ b/sound/oss/mad16.c | |||
@@ -39,7 +39,6 @@ | |||
39 | * Pavel Rabel Clean up Nov-2000 | 39 | * Pavel Rabel Clean up Nov-2000 |
40 | */ | 40 | */ |
41 | 41 | ||
42 | #include <linux/config.h> | ||
43 | #include <linux/init.h> | 42 | #include <linux/init.h> |
44 | #include <linux/module.h> | 43 | #include <linux/module.h> |
45 | #include <linux/gameport.h> | 44 | #include <linux/gameport.h> |
diff --git a/sound/oss/maestro3.c b/sound/oss/maestro3.c index 5548e3cff7ce..5ef6e617911b 100644 --- a/sound/oss/maestro3.c +++ b/sound/oss/maestro3.c | |||
@@ -124,7 +124,6 @@ | |||
124 | 124 | ||
125 | /*****************************************************************************/ | 125 | /*****************************************************************************/ |
126 | 126 | ||
127 | #include <linux/config.h> | ||
128 | #include <linux/module.h> | 127 | #include <linux/module.h> |
129 | #include <linux/kernel.h> | 128 | #include <linux/kernel.h> |
130 | #include <linux/string.h> | 129 | #include <linux/string.h> |
diff --git a/sound/oss/maui.c b/sound/oss/maui.c index 317f22589a05..9130fcf96552 100644 --- a/sound/oss/maui.c +++ b/sound/oss/maui.c | |||
@@ -25,7 +25,6 @@ | |||
25 | */ | 25 | */ |
26 | 26 | ||
27 | #include <linux/interrupt.h> | 27 | #include <linux/interrupt.h> |
28 | #include <linux/config.h> | ||
29 | #include <linux/module.h> | 28 | #include <linux/module.h> |
30 | #include <linux/init.h> | 29 | #include <linux/init.h> |
31 | 30 | ||
diff --git a/sound/oss/wavfront.c b/sound/oss/wavfront.c index 1dec3958cc7b..38d9aa0f16a5 100644 --- a/sound/oss/wavfront.c +++ b/sound/oss/wavfront.c | |||
@@ -76,10 +76,9 @@ | |||
76 | #include <linux/ptrace.h> | 76 | #include <linux/ptrace.h> |
77 | #include <linux/fcntl.h> | 77 | #include <linux/fcntl.h> |
78 | #include <linux/syscalls.h> | 78 | #include <linux/syscalls.h> |
79 | #include <linux/ioport.h> | 79 | #include <linux/ioport.h> |
80 | #include <linux/spinlock.h> | 80 | #include <linux/spinlock.h> |
81 | #include <linux/interrupt.h> | 81 | #include <linux/interrupt.h> |
82 | #include <linux/config.h> | ||
83 | 82 | ||
84 | #include <linux/delay.h> | 83 | #include <linux/delay.h> |
85 | 84 | ||
diff --git a/sound/oss/ymfpci.c b/sound/oss/ymfpci.c index 6e22472df952..4c89af9ea03c 100644 --- a/sound/oss/ymfpci.c +++ b/sound/oss/ymfpci.c | |||
@@ -51,7 +51,6 @@ | |||
51 | * is entirely harmless. | 51 | * is entirely harmless. |
52 | */ | 52 | */ |
53 | 53 | ||
54 | #include <linux/config.h> | ||
55 | #include <linux/module.h> | 54 | #include <linux/module.h> |
56 | #include <linux/init.h> | 55 | #include <linux/init.h> |
57 | #include <linux/interrupt.h> | 56 | #include <linux/interrupt.h> |
diff --git a/sound/oss/ymfpci.h b/sound/oss/ymfpci.h index ac1785f2b7e7..75a751fb9966 100644 --- a/sound/oss/ymfpci.h +++ b/sound/oss/ymfpci.h | |||
@@ -21,7 +21,6 @@ | |||
21 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | 21 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
22 | * | 22 | * |
23 | */ | 23 | */ |
24 | #include <linux/config.h> | ||
25 | #include <linux/mutex.h> | 24 | #include <linux/mutex.h> |
26 | 25 | ||
27 | /* | 26 | /* |