On Saturday, March 04, 2017, Guenter Roeck wrote: > > +#include <linux/platform_device.h> > > +#include <linux/module.h> > > +#include <linux/of_address.h> > > +#include <linux/delay.h> > > +#include <linux/watchdog.h> > > +#include <linux/clk.h> > > + > > Also needs to include <linux/bitops.h>. While at it, please order include > files alphabetically. OK. > > + platform_set_drvdata(pdev, priv); > > This is now unnecessary. OK. Thank you, Chris -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html