From: Frank Li (AI-BOT) <frank.li at nxp.com> > +#include <linux/module.h> > +#include <linux/of_device.h> > +#include <linux/platform_device.h> AI: Include headers should be sorted alphabetically. "of_device.h" should come before "platform_device.h". Frank