Message ID | 1428064923-24950-2-git-send-email-geert+renesas@glider.be (mailing list archive) |
---|---|
State | Awaiting Upstream |
Delegated to: | Simon Horman |
Headers | show |
On Fri, Apr 03, 2015 at 02:41:58PM +0200, Geert Uytterhoeven wrote: > This reverts commit d13778d537a0ed6115d2a79a942af999cfb8eec6. > > Commit 13c11072536f2613 ("staging:board: remove unnecessary function") > fixed the build of drivers/staging/board/board.c. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au> > --- > drivers/staging/board/Kconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/staging/board/Kconfig b/drivers/staging/board/Kconfig > index 0a89ad16371f7ded..b8ee81840666ad35 100644 > --- a/drivers/staging/board/Kconfig > +++ b/drivers/staging/board/Kconfig > @@ -1,7 +1,6 @@ > config STAGING_BOARD > bool "Staging Board Support" > depends on OF_ADDRESS > - depends on BROKEN > help > Select to enable per-board staging support code. > > -- > 1.9.1 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-sh" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Mon, Apr 6, 2015 at 2:40 AM, Simon Horman <horms@verge.net.au> wrote: > On Fri, Apr 03, 2015 at 02:41:58PM +0200, Geert Uytterhoeven wrote: >> This reverts commit d13778d537a0ed6115d2a79a942af999cfb8eec6. >> >> Commit 13c11072536f2613 ("staging:board: remove unnecessary function") >> fixed the build of drivers/staging/board/board.c. >> >> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > > Signed-off-by: Simon Horman <horms+renesas@verge.net.au> Acked-by? Reviewed-by? Tested-by? Rejected-by? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@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 -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Tue, Apr 07, 2015 at 03:16:54PM +0200, Geert Uytterhoeven wrote: > On Mon, Apr 6, 2015 at 2:40 AM, Simon Horman <horms@verge.net.au> wrote: > > On Fri, Apr 03, 2015 at 02:41:58PM +0200, Geert Uytterhoeven wrote: > >> This reverts commit d13778d537a0ed6115d2a79a942af999cfb8eec6. > >> > >> Commit 13c11072536f2613 ("staging:board: remove unnecessary function") > >> fixed the build of drivers/staging/board/board.c. > >> > >> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > > > > Signed-off-by: Simon Horman <horms+renesas@verge.net.au> > > Acked-by? Reviewed-by? Tested-by? Rejected-by? To be honest I was flipping between Signed-off-by and Acked-by. But it seems you don't think either of those would be appropriate. So how about: Reviewed-by: Simon Horman <horms+renesas@verge.net.au> -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/staging/board/Kconfig b/drivers/staging/board/Kconfig index 0a89ad16371f7ded..b8ee81840666ad35 100644 --- a/drivers/staging/board/Kconfig +++ b/drivers/staging/board/Kconfig @@ -1,7 +1,6 @@ config STAGING_BOARD bool "Staging Board Support" depends on OF_ADDRESS - depends on BROKEN help Select to enable per-board staging support code.
This reverts commit d13778d537a0ed6115d2a79a942af999cfb8eec6. Commit 13c11072536f2613 ("staging:board: remove unnecessary function") fixed the build of drivers/staging/board/board.c. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- drivers/staging/board/Kconfig | 1 - 1 file changed, 1 deletion(-)