]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sound: fix drivers needing module.h not moduleparam.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 15 Jul 2011 17:13:37 +0000 (13:13 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 25 Aug 2011 17:55:15 +0000 (13:55 -0400)
commitf768a535a0a802d6916d56569623d4d4cc37b950
tree23b1cda311157ef65c69c5ec3a80faf78a9851f8
parentd5d79933186b7409b37a8c422ff876aa7248915e
sound: fix drivers needing module.h not moduleparam.h

The implicit presence of module.h lured several users into
incorrectly thinking that they only needed/used modparam.h
but once we clean up the module.h presence, these will show
up as build failures, so fix 'em now.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
sound/core/seq/oss/seq_oss.c
sound/core/seq/oss/seq_oss_init.c
sound/core/seq/seq.c
sound/core/seq/seq_dummy.c
sound/core/seq/seq_midi.c
sound/core/sound.c
sound/core/timer.c
sound/drivers/mpu401/mpu401.c
sound/drivers/serial-u16550.c
sound/drivers/virmidi.c
sound/pci/als4000.c