diff --git a/[refs] b/[refs] index 36e9f707bad0..1a9868c2d913 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: aec519b5ec95e2d8b33b7620a2830afc55707e40 +refs/heads/master: cda53103284f87a8f2c1eb5b075131c2bd45bc95 diff --git a/trunk/drivers/regulator/wm831x-dcdc.c b/trunk/drivers/regulator/wm831x-dcdc.c index e93453b1b978..a0982e809851 100644 --- a/trunk/drivers/regulator/wm831x-dcdc.c +++ b/trunk/drivers/regulator/wm831x-dcdc.c @@ -600,7 +600,6 @@ static __devinit int wm831x_buckv_probe(struct platform_device *pdev) static __devexit int wm831x_buckv_remove(struct platform_device *pdev) { struct wm831x_dcdc *dcdc = platform_get_drvdata(pdev); - struct wm831x *wm831x = dcdc->wm831x; platform_set_drvdata(pdev, NULL); @@ -776,7 +775,6 @@ static __devinit int wm831x_buckp_probe(struct platform_device *pdev) static __devexit int wm831x_buckp_remove(struct platform_device *pdev) { struct wm831x_dcdc *dcdc = platform_get_drvdata(pdev); - struct wm831x *wm831x = dcdc->wm831x; platform_set_drvdata(pdev, NULL);