diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2009-04-14 19:38:36 +0200 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2009-04-15 17:58:23 +0200 |
commit | 3eaa750d5652afbb9c8f25308c3647f89e41cefb (patch) | |
tree | 31db9b51c292da61f1d4e075f7be759985936858 /drivers/input | |
parent | Input: ad7877, ad7879 - remove depreciated IRQF_SAMPLE_RANDOM flag (diff) | |
download | linux-3eaa750d5652afbb9c8f25308c3647f89e41cefb.tar.xz linux-3eaa750d5652afbb9c8f25308c3647f89e41cefb.zip |
Input: bf54x-keys - remove depreciated IRQF_SAMPLE_RANDOM flag
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/keyboard/bf54x-keys.c | 2 |
1 files changed, 1 insertions, 1 deletions
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", |