]> 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>
Thu, 25 Aug 2011 17:55:16 +0000 (13:55 -0400)
commit6e6b9227b34d0a023bb6c3af46f9b28a4ff4d72c
tree9a7b2d8f0e4969ebc8f6986b15eae6b0630e7ca9
parenta7744e42b5d06f3e5f8a7240946b410a585c260b
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