]> 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, 28 Jul 2011 03:43:37 +0000 (23:43 -0400)
commit7fac579c51220ade0a1a55fb9f612d0ff9321fa5
tree9b34c6fcfbbe2384ca02c5b41b14f5135efa89f4
parentf47df05e5816bfe34a0fea379a2deac718de8b54
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