On Mon, Jan 12, 2015 at 12:05:50PM +0100, Imre Kaloz wrote: > On Sat, 10 Jan 2015 00:34:49 +0100, Andrew Lunn <andrew@xxxxxxx> wrote: > > <snip> > > >diff --git a/drivers/gpio/gpio-mvebu-pwm.c > >b/drivers/gpio/gpio-mvebu-pwm.c > >new file mode 100644 > >index 000000000000..8a5af11aed67 > >--- /dev/null > >+++ b/drivers/gpio/gpio-mvebu-pwm.c > >@@ -0,0 +1,202 @@ > >+#include <linux/err.h> > >+#include <linux/module.h> > >+#include <linux/gpio.h> > >+#include <linux/pwm.h> > >+#include <linux/clk.h> > >+#include <linux/platform_device.h> > >+#include "gpio-mvebu.h" > >+#include "gpiolib.h" > > You also need to include <asm/io.h> for readl_relaxed, and a short > description/copyright on the top wouldn't hurt. Will do. Thanks Andrew -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html