From: Linus Walleij on 9 Mar 2010 15:20 2010/3/3 Viresh KUMAR <viresh.kumar(a)st.com>: > Signed-off-by: Viresh Kumar <viresh.kumar(a)st.com> > --- > �include/linux/sysctl_sp810.h | � 59 ++++++++++++++++++++++++++++++++++++++++++ > �1 files changed, 59 insertions(+), 0 deletions(-) > �create mode 100644 include/linux/sysctl_sp810.h > (...) To the rest of the world this is probably a number of register definitions and an obscure inline function, so the entire internal kernel API does not need to know about it. Move it to arch/arm/include/asm/hardware Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Viresh KUMAR on 10 Mar 2010 00:20 Linus, On 3/10/2010 1:44 AM, Linus Walleij wrote: > 2010/3/3 Viresh KUMAR <viresh.kumar(a)st.com>: > >> Signed-off-by: Viresh Kumar <viresh.kumar(a)st.com> >> --- >> include/linux/sysctl_sp810.h | 59 ++++++++++++++++++++++++++++++++++++++++++ >> 1 files changed, 59 insertions(+), 0 deletions(-) >> create mode 100644 include/linux/sysctl_sp810.h >> (...) > > To the rest of the world this is probably a number of register definitions and > an obscure inline function, so the entire internal kernel API does not need > to know about it. > > Move it to arch/arm/include/asm/hardware OK. viresh -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: input: remove BKL from serio_raw Next: tcp_recvmesg hang under NET_DMA |