On Sun, Jun 12, 2016 at 8:54 AM, Yoshinori Sato <ys...@users.sourceforge.jp> wrote: > index 0000000..89e28d8 > --- /dev/null > +++ b/drivers/clk/sh/Kconfig > @@ -0,0 +1,2 @@ > +config COMMON_CLK_SH7750 > + bool "Clcok driver for SH7750/SH7751"
Clock > diff --git a/drivers/clk/sh/Makefile b/drivers/clk/sh/Makefile > new file mode 100644 > index 0000000..468eb9d > --- /dev/null > +++ b/drivers/clk/sh/Makefile > @@ -0,0 +1,2 @@ > +obj-y += clk-shdiv.o > +obj-$(CONFIG_COMMON_CLK_SH7750) += clk-sh7750.o > \ No newline at end of file Please add the newline. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds