summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/rn5t568.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd/rn5t568.c')
-rw-r--r--drivers/mfd/rn5t568.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/rn5t568.c b/drivers/mfd/rn5t568.c
index a5b116c6b8..2fdcdec99e 100644
--- a/drivers/mfd/rn5t568.c
+++ b/drivers/mfd/rn5t568.c
@@ -157,7 +157,7 @@ static __maybe_unused const struct of_device_id rn5t568_of_match[] = {
{ }
};
-static struct driver_d rn5t568_i2c_driver = {
+static struct driver rn5t568_i2c_driver = {
.name = "rn5t568-i2c",
.probe = rn5t568_i2c_probe,
.of_compatible = DRV_OF_COMPAT(rn5t568_of_match),