aboutsummaryrefslogtreecommitdiff
path: root/sound/core/seq/instr/ainstr_simple.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/core/seq/instr/ainstr_simple.c')
-rw-r--r--sound/core/seq/instr/ainstr_simple.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/core/seq/instr/ainstr_simple.c b/sound/core/seq/instr/ainstr_simple.c
index 6183d2151034..17ab94e76073 100644
--- a/sound/core/seq/instr/ainstr_simple.c
+++ b/sound/core/seq/instr/ainstr_simple.c
@@ -57,7 +57,8 @@ static int snd_seq_simple_put(void *private_data, snd_seq_kinstr_t *instr,
snd_simple_ops_t *ops = (snd_simple_ops_t *)private_data;
simple_instrument_t *ip;
simple_xinstrument_t ix;
- int err, gfp_mask;
+ int err;
+ gfp_t gfp_mask;
unsigned int real_size;
if (cmd != SNDRV_SEQ_INSTR_PUT_CMD_CREATE)