]> 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>
Tue, 2 Aug 2011 16:42:01 +0000 (12:42 -0400)
commit4fcbcd5f8894d1ebfe408018991fd5d2796da6ba
tree7bfd3f2f143ed8a17c25dd7de50b8182779d2325
parent0289915896d0b9829979185edd896e54b2a2c5e0
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