ALSA: rtctimer.c needs module.h
authorRandy Dunlap <rdunlap@xenotime.net>
Sat, 30 Jul 2011 04:14:12 +0000 (21:14 -0700)
committerTakashi Iwai <tiwai@suse.de>
Sat, 30 Jul 2011 06:03:35 +0000 (08:03 +0200)
commitec2cf68e024b4f66df11683147d63e07db6ee875
treee82a5a52c38c3475706f80ce480c3ef703f9ac67
parent5f8b4d53d7efe00ecb7d96c8cc0b4a44e130f174
ALSA: rtctimer.c needs module.h

rtctimer.c uses interfaces from linux/module.h, so it should
include that file.  This fixes build errors.

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/rtctimer.c