diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-01-29 14:46:18 +0100 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-02-09 09:03:14 +0100 |
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 4e79f9ce1a8..3e063835106 100644 --- a/sound/core/timer.c +++ b/sound/core/timer.c @@ -35,9 +35,6 @@ #include <sound/minors.h> #include <sound/initval.h> #include <linux/kmod.h> -#ifdef CONFIG_KERNELD -#include <linux/kerneld.h> -#endif #if defined(CONFIG_SND_HPET) || defined(CONFIG_SND_HPET_MODULE) #define DEFAULT_TIMER_LIMIT 3 |