diff options
-rw-r--r-- | drivers/mfd/twl4030-madc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mfd/twl4030-madc.c b/drivers/mfd/twl4030-madc.c index b5d598c3aa71..cb44b53dee35 100644 --- a/drivers/mfd/twl4030-madc.c +++ b/drivers/mfd/twl4030-madc.c | |||
@@ -706,6 +706,8 @@ static int __devinit twl4030_madc_probe(struct platform_device *pdev) | |||
706 | if (!madc) | 706 | if (!madc) |
707 | return -ENOMEM; | 707 | return -ENOMEM; |
708 | 708 | ||
709 | madc->dev = &pdev->dev; | ||
710 | |||
709 | /* | 711 | /* |
710 | * Phoenix provides 2 interrupt lines. The first one is connected to | 712 | * Phoenix provides 2 interrupt lines. The first one is connected to |
711 | * the OMAP. The other one can be connected to the other processor such | 713 | * the OMAP. The other one can be connected to the other processor such |