On Mon, Feb 25, 2019 at 9:27 AM Jun Li <jun.li@xxxxxxx> wrote: > > This patch adds a simple typec switch driver which only needs > a GPIO to switch the super speed active channel according to > typec orientation. > +#include <linux/module.h> > +#include <linux/mutex.h> > +#include <linux/kernel.h> > +#include <linux/platform_device.h> > +#include <linux/of.h> > +#include <linux/of_gpio.h> I don't see how these are in use. -- With Best Regards, Andy Shevchenko