diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-01-29 08:46:18 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-02-09 03:03:14 -0500 |
commit | bcb4d788f573805c74ac4f39a622b30955b2f916 (patch) | |
tree | be9c53150352e3b230c63982f9e0a7e784699c16 /sound/core/timer.c | |
parent | 377a4f7ea35d7d6cc05faea7030522d93435dc11 (diff) |
[ALSA] Remove useless reference to obsolete KERNELD
Remove the final useless reference to the obsolete KERNELD feature.
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/core/timer.c')
-rw-r--r-- | sound/core/timer.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/core/timer.c b/sound/core/timer.c index 4e79f9ce1a85..3e0638351069 100644 --- a/sound/core/timer.c +++ b/sound/core/timer.c | |||
@@ -35,9 +35,6 @@ | |||
35 | #include <sound/minors.h> | 35 | #include <sound/minors.h> |
36 | #include <sound/initval.h> | 36 | #include <sound/initval.h> |
37 | #include <linux/kmod.h> | 37 | #include <linux/kmod.h> |
38 | #ifdef CONFIG_KERNELD | ||
39 | #include <linux/kerneld.h> | ||
40 | #endif | ||
41 | 38 | ||
42 | #if defined(CONFIG_SND_HPET) || defined(CONFIG_SND_HPET_MODULE) | 39 | #if defined(CONFIG_SND_HPET) || defined(CONFIG_SND_HPET_MODULE) |
43 | #define DEFAULT_TIMER_LIMIT 3 | 40 | #define DEFAULT_TIMER_LIMIT 3 |