From: Michael Hennerich Date: Tue, 14 Apr 2009 17:38:36 +0000 (-0700) Subject: Input: bf54x-keys - remove depreciated IRQF_SAMPLE_RANDOM flag X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3eaa750d5652afbb9c8f25308c3647f89e41cefb;p=linux-beck.git Input: bf54x-keys - remove depreciated IRQF_SAMPLE_RANDOM flag Signed-off-by: Michael Hennerich Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/keyboard/bf54x-keys.c b/drivers/input/keyboard/bf54x-keys.c index e94b7d735aca..d427f322e207 100644 --- a/drivers/input/keyboard/bf54x-keys.c +++ b/drivers/input/keyboard/bf54x-keys.c @@ -252,7 +252,7 @@ static int __devinit bfin_kpad_probe(struct platform_device *pdev) } error = request_irq(bf54x_kpad->irq, bfin_kpad_isr, - IRQF_SAMPLE_RANDOM, DRV_NAME, pdev); + 0, DRV_NAME, pdev); if (error) { printk(KERN_ERR DRV_NAME ": unable to claim irq %d; error %d\n",