Merge tag '6.6-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6
[sfrench/cifs-2.6.git] / drivers / mfd / lp873x.c
index c81c5c9ad7489a363d8e59216d09278883fc602a..de7ab7aed3c6c1c2f128dcd2bc604578ba566d4f 100644 (file)
@@ -7,8 +7,8 @@
 
 #include <linux/interrupt.h>
 #include <linux/mfd/core.h>
+#include <linux/mod_devicetable.h>
 #include <linux/module.h>
-#include <linux/of_device.h>
 #include <linux/regmap.h>
 
 #include <linux/mfd/lp873x.h>
@@ -78,7 +78,7 @@ static struct i2c_driver lp873x_driver = {
                .name   = "lp873x",
                .of_match_table = of_lp873x_match_table,
        },
-       .probe_new      = lp873x_probe,
+       .probe          = lp873x_probe,
        .id_table       = lp873x_id_table,
 };
 module_i2c_driver(lp873x_driver);