Re: [GIT PULL] voltage regulator updates for 2.6.31-rc1
From: Linus Torvalds
Date: Mon Jun 15 2009 - 12:30:48 EST
On Mon, 15 Jun 2009, Liam Girdwood wrote:
>
> drivers/regulator/lp3971.c | 562 ++++++++++++++++++++++++++
> include/linux/regulator/lp3971.h | 51 +++
So I really don't like this.
Why the heck would "lp3971.h" be under "include/linux"? That makes no
sense what-so-ever.
Why isn't it just
drivers/regulator/lp3971.c
drivers/regulator/lp3971.h
instead? There is never any reason for anything but the lp3971 driver to
include its own header file, they should _not_ be split up to be in two
different places.
In fact, why do we have a "include/linux/regulator/" at all? Does anybody
else ever care? I doubt it.
Anyway, I pulled it, but I think this needs to be fixed.
Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/