]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where needed
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 17 Jul 2011 19:08:17 +0000 (15:08 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 08:05:43 +0000 (04:05 -0400)
commit4ff7466424037ec2ff1ba73bc07030f718c3e70e
tree78c65ec7115b5ee021d547ba410988bd67ead0a9
parente67653eccc81671ea46d0c33eefb61efac3f97f6
sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where needed

These aren't modules, but they do make use of these macros, so
they will need export.h to get that definition.  Previously,
they got it via the implicit module.h inclusion.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
22 files changed:
sound/core/device.c
sound/core/info_oss.c
sound/core/isadma.c
sound/core/memory.c
sound/core/seq/seq_clientmgr.c
sound/core/seq/seq_info.c
sound/core/seq/seq_lock.c
sound/core/seq/seq_memory.c
sound/core/seq/seq_system.c
sound/core/sound_oss.c
sound/core/vmaster.c
sound/drivers/opl3/opl3_oss.c
sound/drivers/opl3/opl3_synth.c
sound/drivers/opl4/opl4_proc.c
sound/firewire/iso-resources.c
sound/firewire/packets-buffer.c
sound/isa/sb/emu8000.c
sound/isa/sb/emu8000_callback.c
sound/pci/oxygen/oxygen_io.c
sound/synth/emux/emux_oss.c
sound/synth/emux/emux_synth.c
sound/synth/emux/soundfont.c