| Submitter | Jason |
|---|---|
| Date | Jan. 29, 2013, 9:37 p.m. |
| Message ID | <1359495436.F88c4680.7559@triton> |
| Download | mbox |
| Permalink | /patch/216658/ |
| State | New |
| Headers | show |
Pull-request
git://git.infradead.org/users/jcooper/linux.git tags/cleanup_for_v3.9_round2Comments
Arnd, Olof, Please don't pull this yet. The nsa310 patch built fine at the tip of my for-next, but didn't do so well when applied to mvebu/cleanup. I'll redo and resubmit the whole series of pr's. thx, Jason. On Tue, Jan 29, 2013 at 09:37:16PM +0000, Jason Cooper wrote: > The following changes since commit b96e1b1c3c5319294edb0970b6d5bf099c0e85eb: > > ARM: Kirkwood: Cleanup unneeded include files (2013-01-12 21:50:10 +0000) > > are available in the git repository at: > > git://git.infradead.org/users/jcooper/linux.git tags/cleanup_for_v3.9_round2 > > for you to fetch changes up to 63a069739a5826ab4007da88b7ec71eb9909271c: > > ARM: dove: cleanup includes (2013-01-29 21:31:36 +0000) > > ---------------------------------------------------------------- > cleanup for v3.9 round2 > - remove unneeded #includes for mach-dove > - remove unneeded #includes and code for the nsa310 > > ---------------------------------------------------------------- > Jason Cooper (1): > ARM: kirkwood: nsa310: cleanup includes and unneeded code > > Sebastian Hesselbarth (1): > ARM: dove: cleanup includes > > arch/arm/mach-dove/common.c | 29 +++++++++-------------------- > arch/arm/mach-kirkwood/board-nsa310.c | 9 +-------- > 2 files changed, 10 insertions(+), 28 deletions(-) > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
On Thu, Jan 31, 2013 at 02:11:32PM +0000, Arnd Bergmann wrote: > On Thursday 31 January 2013, Jason Cooper wrote: > > Arnd, Olof, > > > > Please don't pull this yet. The nsa310 patch built fine at the tip of > > my for-next, but didn't do so well when applied to mvebu/cleanup. > > > > I'll redo and resubmit the whole series of pr's. > > > FWIW, when I was building all defconfigs for for-next yesterday, I needed > this patch, but nothing else for mvebu or kirkwood. Yep, that was it. Thanks! in mvebu/dt we init i2c via DT, and mvebu/cleanup is before that. thx, Jason. > index 61c4b18..970174a 100644 > --- a/arch/arm/mach-kirkwood/board-nsa310.c > +++ b/arch/arm/mach-kirkwood/board-nsa310.c > @@ -11,6 +11,7 @@ > #include <linux/kernel.h> > #include <linux/init.h> > #include <linux/gpio.h> > +#include <linux/i2c.h> > #include <mach/kirkwood.h> > #include <linux/of.h> > #include "common.h"
The following changes since commit b96e1b1c3c5319294edb0970b6d5bf099c0e85eb: ARM: Kirkwood: Cleanup unneeded include files (2013-01-12 21:50:10 +0000) are available in the git repository at: git://git.infradead.org/users/jcooper/linux.git tags/cleanup_for_v3.9_round2 for you to fetch changes up to 63a069739a5826ab4007da88b7ec71eb9909271c: ARM: dove: cleanup includes (2013-01-29 21:31:36 +0000) ---------------------------------------------------------------- cleanup for v3.9 round2 - remove unneeded #includes for mach-dove - remove unneeded #includes and code for the nsa310 ---------------------------------------------------------------- Jason Cooper (1): ARM: kirkwood: nsa310: cleanup includes and unneeded code Sebastian Hesselbarth (1): ARM: dove: cleanup includes arch/arm/mach-dove/common.c | 29 +++++++++-------------------- arch/arm/mach-kirkwood/board-nsa310.c | 9 +-------- 2 files changed, 10 insertions(+), 28 deletions(-)