summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/lp3972.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd/lp3972.c')
-rw-r--r--drivers/mfd/lp3972.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/lp3972.c b/drivers/mfd/lp3972.c
index 6758f166a7..d72f697da5 100644
--- a/drivers/mfd/lp3972.c
+++ b/drivers/mfd/lp3972.c
@@ -80,7 +80,7 @@ static int lp_probe(struct device *dev)
return 0;
}
-static struct driver_d lp_driver = {
+static struct driver lp_driver = {
.name = DRIVERNAME,
.probe = lp_probe,
};