Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d497e3ab authored by Michael Schmitz's avatar Michael Schmitz Committed by Geert Uytterhoeven
Browse files

m68k: section mismatch fixes: DMAsound for Atari



add __initdata to driver presets struct

Signed-off-By: default avatarMichael Schmitz <schmitz@debian.org>
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent 0e750aa4
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -1524,7 +1524,7 @@ static SETTINGS def_soft = {
	.speed	= 8000
	.speed	= 8000
} ;
} ;


static MACHINE machTT = {
static __initdata MACHINE machTT = {
	.name		= "Atari",
	.name		= "Atari",
	.name2		= "TT",
	.name2		= "TT",
	.owner		= THIS_MODULE,
	.owner		= THIS_MODULE,
@@ -1553,7 +1553,7 @@ static MACHINE machTT = {
	.capabilities	=  DSP_CAP_BATCH	/* As per SNDCTL_DSP_GETCAPS */
	.capabilities	=  DSP_CAP_BATCH	/* As per SNDCTL_DSP_GETCAPS */
};
};


static MACHINE machFalcon = {
static __initdata MACHINE machFalcon = {
	.name		= "Atari",
	.name		= "Atari",
	.name2		= "FALCON",
	.name2		= "FALCON",
	.dma_alloc	= AtaAlloc,
	.dma_alloc	= AtaAlloc,