aboutsummaryrefslogtreecommitdiffstats
path: root/sound/oss
diff options
context:
space:
mode:
authorMichael Schmitz <schmitz@biophys.uni-duesseldorf.de>2009-01-18 03:17:33 +0100
committerGeert Uytterhoeven <geert@linux-m68k.org>2009-03-26 21:15:28 +0100
commitd497e3ab91a726ecd76028698e5ce298f75ab681 (patch)
tree6f447e429aada656e7495bea19180d0196809728 /sound/oss
parentMAINTAINERS: Replace dead link to m68k CVS repository by link to new git repository (diff)
downloadlinux-dev-d497e3ab91a726ecd76028698e5ce298f75ab681.tar.xz
linux-dev-d497e3ab91a726ecd76028698e5ce298f75ab681.zip
m68k: section mismatch fixes: DMAsound for Atari
add __initdata to driver presets struct Signed-off-By: Michael Schmitz <schmitz@debian.org> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'sound/oss')
-rw-r--r--sound/oss/dmasound/dmasound_atari.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/oss/dmasound/dmasound_atari.c b/sound/oss/dmasound/dmasound_atari.c
index 38931f2f6967..1f4774123064 100644
--- a/sound/oss/dmasound/dmasound_atari.c
+++ b/sound/oss/dmasound/dmasound_atari.c
@@ -1524,7 +1524,7 @@ static SETTINGS def_soft = {
.speed = 8000
} ;
-static MACHINE machTT = {
+static __initdata MACHINE machTT = {
.name = "Atari",
.name2 = "TT",
.owner = THIS_MODULE,
@@ -1553,7 +1553,7 @@ static MACHINE machTT = {
.capabilities = DSP_CAP_BATCH /* As per SNDCTL_DSP_GETCAPS */
};
-static MACHINE machFalcon = {
+static __initdata MACHINE machFalcon = {
.name = "Atari",
.name2 = "FALCON",
.dma_alloc = AtaAlloc,