[PARISC] fix section mismatch warnings in harmony sound driver
authorHelge Deller <deller@gmx.de>
Sun, 28 Jan 2007 16:06:12 +0000 (17:06 +0100)
committerKyle McMartin <kyle@athena.road.mcmartin.ca>
Sat, 17 Feb 2007 06:19:12 +0000 (01:19 -0500)
commit992378a06413116c6a7cf2ad597e096589e531aa
treea7d6660310fe9e0afe277c9c31859eb9957192c6
parentbcc0e04c5c749f0cd2e172815945993e41ad4a01
[PARISC] fix section mismatch warnings in harmony sound driver

fix for two warnings:
- Section mismatch: reference to .init.text:snd_harmony_mixer_init from .text.snd_harmony_probe after 'snd_harmony_probe'
- Section mismatch: reference to .init.text:snd_harmony_mixer_reset from .text.snd_harmony_mixer_init after 'snd_harmony_mixer_init'

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
sound/parisc/harmony.c