Gitweb: http://git.kernel.org/linus/3eaa750d5652afbb9c8f25308c3647f89e41cefb Commit: 3eaa750d5652afbb9c8f25308c3647f89e41cefb Parent: 0bc69ce692bd240bef2819d9f3b3527fad524f5b Author: Michael Hennerich <michael.hennerich@analog.com> AuthorDate: Tue Apr 14 10:38:36 2009 -0700 Committer: Dmitry Torokhov <dmitry.torokhov@gmail.com> CommitDate: Wed Apr 15 08:58:23 2009 -0700 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> --- 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 e94b7d7..d427f32 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", -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
