On Tue, 20 Aug 2013, Florian Lobmaier wrote:

> 
> Signed-off-by: Florian Lobmaier <florian.lobma...@ams.com>
> ---
>  include/linux/mfd/as3722-plat.h |  238 +++++++++++++++++++
>  include/linux/mfd/as3722-reg.h  |  495 
> +++++++++++++++++++++++++++++++++++++++
>  2 files changed, 733 insertions(+), 0 deletions(-)
>  create mode 100644 include/linux/mfd/as3722-plat.h
>  create mode 100644 include/linux/mfd/as3722-reg.h

Again, patches need to be orthogonal. If I were to apply patches 1 and
2, but leave out 3 and 4, it wouldn't build would it? You should add
these header files when you start referencing them from your *.c
files. At the very least, they should go in *before* you start to use
them.

-- 
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to