Skip to content

Commit

Permalink
m68k: section mismatch fixes: DMAsound for Atari
Browse files Browse the repository at this point in the history
add __initdata to driver presets struct

Signed-off-By: Michael Schmitz <schmitz@debian.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
  • Loading branch information
Michael Schmitz authored and Geert Uytterhoeven committed Mar 26, 2009
1 parent 0e750aa commit d497e3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sound/oss/dmasound/dmasound_atari.c
Original file line number Diff line number Diff line change
Expand Up @@ -1524,7 +1524,7 @@ static SETTINGS def_soft = {
.speed = 8000
} ;

static MACHINE machTT = {
static __initdata MACHINE machTT = {
.name = "Atari",
.name2 = "TT",
.owner = THIS_MODULE,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit d497e3a

Please sign in to comment.