|
@@ -74,8 +74,8 @@ static int __devinit ab8500_ponkey_probe(struct platform_device *pdev)
|
|
|
|
|
|
ponkey->idev = input;
|
|
ponkey->idev = input;
|
|
ponkey->ab8500 = ab8500;
|
|
ponkey->ab8500 = ab8500;
|
|
- ponkey->irq_dbf = ab8500_irq_get_virq(ab8500, irq_dbf);
|
|
|
|
- ponkey->irq_dbr = ab8500_irq_get_virq(ab8500, irq_dbr);
|
|
|
|
|
|
+ ponkey->irq_dbf = irq_dbf;
|
|
|
|
+ ponkey->irq_dbr = irq_dbr;
|
|
|
|
|
|
input->name = "AB8500 POn(PowerOn) Key";
|
|
input->name = "AB8500 POn(PowerOn) Key";
|
|
input->dev.parent = &pdev->dev;
|
|
input->dev.parent = &pdev->dev;
|