kernel-ark/sound/oss
Tim Schmielau 4e57b68178 [PATCH] fix missing includes
I recently picked up my older work to remove unnecessary #includes of
sched.h, starting from a patch by Dave Jones to not include sched.h
from module.h. This reduces the number of indirect includes of sched.h
by ~300. Another ~400 pointless direct includes can be removed after
this disentangling (patch to follow later).
However, quite a few indirect includes need to be fixed up for this.

In order to feed the patches through -mm with as little disturbance as
possible, I've split out the fixes I accumulated up to now (complete for
i386 and x86_64, more archs to follow later) and post them before the real
patch.  This way this large part of the patch is kept simple with only
adding #includes, and all hunks are independent of each other.  So if any
hunk rejects or gets in the way of other patches, just drop it.  My scripts
will pick it up again in the next round.

Signed-off-by: Tim Schmielau <tim@physik3.uni-rostock.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-10-30 17:37:32 -08:00
..
cs4281
dmasound [PATCH] gfp_t: sound 2005-10-28 08:16:50 -07:00
emu10k1
ac97_codec.c [PATCH] fix missing includes 2005-10-30 17:37:32 -08:00
ac97_plugin_ad1980.c
ac97.c
ac97.h
aci.c
aci.h
ad1816.c
ad1848_mixer.h
ad1848.c
ad1848.h
ad1889.c
ad1889.h
adlib_card.c
aedsp16.c
ali5455.c
au1000.c [PATCH] oss: don't concatenate __FUNCTION__ with strings 2005-09-22 22:17:37 -07:00
au1550_ac97.c Useless includes of everything, the kitchen sink and version.h ... 2005-10-29 19:31:07 +01:00
audio_syms.c
audio.c
awe_hw.h
awe_wave.c [PATCH] Typo fix: dot after newline in printk strings 2005-10-30 17:37:20 -08:00
awe_wave.h
bin2hex.c
btaudio.c
CHANGELOG
cmpci.c
coproc.h
COPYING
cs46xx_wrapper-24.h
cs46xx.c
cs46xxpm-24.h
cs46xxpm.h
cs461x_image.h
cs461x.h
cs4232.c [PATCH] remove some more check_region stuff 2005-10-30 17:37:18 -08:00
dev_table.c
dev_table.h
dm.h
dmabuf.c
es1370.c
es1371.c
esssolo1.c
forte.c
gus_card.c
gus_hw.h
gus_linearvol.h
gus_midi.c
gus_vol.c
gus_wave.c
gus.h
hal2.c
hal2.h
harmony.c
hex2hex.c
i810_audio.c
ics2101.c
ite8172.c [PATCH] oss: don't concatenate __FUNCTION__ with strings 2005-09-22 22:17:37 -07:00
iwmem.h
kahlua.c
Kconfig [PATCH] Kconfig fix (missing dependencies on PCI in sound/*) 2005-08-23 18:43:46 -07:00
mad16.c
maestro3.c
maestro3.h
maestro.c
maestro.h
Makefile [PATCH] ad1980 makefile fix 2005-08-23 18:43:46 -07:00
maui.c
midi_ctrl.h
midi_syms.c
midi_synth.c
midi_synth.h
midibuf.c [PATCH] timer initialization cleanup: DEFINE_TIMER 2005-09-09 14:03:48 -07:00
mpu401.c
mpu401.h
msnd_classic.c
msnd_classic.h
msnd_pinnacle.c
msnd_pinnacle.h
msnd.c
msnd.h
nec_vrc5477.c
nm256_audio.c
nm256_coeff.h
nm256.h
opl3_hw.h
opl3.c
opl3.h
opl3sa2.c
opl3sa.c
os.h [PATCH] Remove non-arch consumers of asm/segment.h 2005-09-07 16:57:34 -07:00
pas2_card.c
pas2_midi.c
pas2_mixer.c
pas2_pcm.c
pas2.h
pss.c
README.FIRST
rme96xx.c
rme96xx.h
sb_audio.c
sb_card.c
sb_card.h
sb_common.c
sb_ess.c
sb_ess.h
sb_midi.c
sb_mixer.c
sb_mixer.h
sb.h
sequencer_syms.c
sequencer.c
sgalaxy.c
sh_dac_audio.c
sonicvibes.c
sound_calls.h
sound_config.h
sound_firmware.h
sound_syms.c
sound_timer.c
soundcard.c [PATCH] Driver Core: fix up all callers of class_device_create() 2005-10-28 09:52:52 -07:00
soundvers.h
sscape.c
swarm_cs4297a.c
sys_timer.c [PATCH] timer initialization cleanup: DEFINE_TIMER 2005-09-09 14:03:48 -07:00
trident.c
trident.h
trix.c
tuning.h
uart401.c
uart6850.c [PATCH] timer initialization cleanup: DEFINE_TIMER 2005-09-09 14:03:48 -07:00
ulaw.h
v_midi.c
v_midi.h
via82cxxx_audio.c
vidc_fill.S
vidc.c
vidc.h [PATCH] vidc gcc4 fix 2005-08-23 18:43:45 -07:00
vwsnd.c
waveartist.c
waveartist.h
wavfront.c [PATCH] remove some more check_region stuff 2005-10-30 17:37:18 -08:00
wf_midi.c
ymfpci_image.h
ymfpci.c [PATCH] pci_ids: macros: replace partial with whole symbols 2005-10-28 15:36:59 -07:00
ymfpci.h
yss225.c
yss225.h

The modular sound driver patches were funded by Red Hat Software 
(www.redhat.com). The sound driver here is thus a modified version of 
Hannu's code. Please bear that in mind when considering the appropriate
forums for bug reporting. 

Alan Cox