X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fvideo%2Fomap%2Fsossi.c;h=fafd0f26b90f78028afff02d220673a588f6252b;hb=56ac36d722d0d27c03599d1245ac0ab59e474e5c;hp=81dbcf53cf0e50536fc8ebc76b87f38c62ba4fcc;hpb=6dfce901a450534d046b7950682243d5fb665783;p=linux-2.6 diff --git a/drivers/video/omap/sossi.c b/drivers/video/omap/sossi.c index 81dbcf53cf..fafd0f26b9 100644 --- a/drivers/video/omap/sossi.c +++ b/drivers/video/omap/sossi.c @@ -646,7 +646,7 @@ static int sossi_init(struct omapfb_device *fbdev) sossi_write_reg(SOSSI_INIT1_REG, l); if ((r = request_irq(INT_1610_SoSSI_MATCH, sossi_match_irq, - IRQT_FALLING, + IRQ_TYPE_EDGE_FALLING, "sossi_match", sossi.fbdev->dev)) < 0) { dev_err(sossi.fbdev->dev, "can't get SoSSI match IRQ\n"); goto err;