[PATCH] clk: move IM-PD1 clocks to drivers/clk
From: Mike Turquette <hidden>
Date: 2012-11-19 20:02:38
Quoting Linus Walleij (2012-11-19 10:45:11)
quoted hunk ↗ jump to hunk
diff --git a/drivers/clk/versatile/clk-impd1.c b/drivers/clk/versatile/clk-impd1.c new file mode 100644 index 0000000..28ac702 --- /dev/null +++ b/drivers/clk/versatile/clk-impd1.c@@ -0,0 +1,96 @@
What is rule on GPL headers these days? I notice that this file is missing as well as some of the other C files in drivers/clk/versatile/. I prefer to have GPL headers and also establishing a copyright owner, but maybe I'm out of touch with some new way of doing things?
+#include <linux/clk-provider.h> +#include <linux/clk.h> +#include <linux/clkdev.h> +#include <linux/err.h> +#include <linux/io.h> +#include <linux/platform_data/clk-integrator.h> +
<snip>
quoted hunk ↗ jump to hunk
diff --git a/drivers/clk/versatile/clk-integrator.c b/drivers/clk/versatile/clk-integrator.c index a505392..5aa6ab9 100644 --- a/drivers/clk/versatile/clk-integrator.c +++ b/drivers/clk/versatile/clk-integrator.c@@ -1,8 +1,9 @@
Same here. I guess I didn't catch this the first time around. Rest of the patch looks fine so once the header question is answered I'll either take it or you can respin with the headers. Regards, Mike