summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/arm/imx31/sdma-imx31.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/imx31/sdma-imx31.c b/firmware/target/arm/imx31/sdma-imx31.c
index f845ed18d8..0683ec3568 100644
--- a/firmware/target/arm/imx31/sdma-imx31.c
+++ b/firmware/target/arm/imx31/sdma-imx31.c
@@ -441,7 +441,7 @@ static void set_channel_ownership(unsigned int channel, unsigned int config)
441 441
442static bool setup_channel(struct channel_control_block *ccb_p) 442static bool setup_channel(struct channel_control_block *ccb_p)
443{ 443{
444 static struct context_data context_buffer DEVBSS_ATTR; 444 struct context_data context_buffer;
445 struct channel_descriptor *cd_p; 445 struct channel_descriptor *cd_p;
446 unsigned int channel_cfg; 446 unsigned int channel_cfg;
447 unsigned int channel; 447 unsigned int channel;