diff --git a/[refs] b/[refs] index 6b5643d704bd..30ef504d0577 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 28959f268f910b2cd1c25e838b63c342062e28f2 +refs/heads/master: 458f7f8f819b63431f1098a086fafce4a503fb77 diff --git a/trunk/sound/soc/soc-jack.c b/trunk/sound/soc/soc-jack.c index fcab80b36a37..fc017c0a7b5d 100644 --- a/trunk/sound/soc/soc-jack.c +++ b/trunk/sound/soc/soc-jack.c @@ -331,7 +331,7 @@ int snd_soc_jack_add_gpios(struct snd_soc_jack *jack, int count, goto err; if (gpios[i].wake) { - ret = set_irq_wake(gpio_to_irq(gpios[i].gpio), 1); + ret = irq_set_irq_wake(gpio_to_irq(gpios[i].gpio), 1); if (ret != 0) printk(KERN_ERR "Failed to mark GPIO %d as wake source: %d\n",