Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1175998
| From | Guenter Roeck <linux@roeck-us.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2] staging: make board support depend on OF_IRQ and CLKDEV_LOOKUP |
| Date | 2015-07-02 16:00 +0200 |
| Message-ID | <pHNbY-3p1-13@gated-at.bofh.it> (permalink) |
| References | <pDxS9-Mp-3@gated-at.bofh.it> <pDAmZ-4wo-9@gated-at.bofh.it> <pFgat-2Is-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Jun 25, 2015 at 10:13:22AM -0400, Paul Gortmaker wrote: > On 15-06-20 07:28 PM, Paul Gortmaker wrote: > > Building allmodconfig for arch/cris currently fails with: > > > > drivers/built-in.o: In function `board_staging_register_clock': > > drivers/staging/board/board.c:131: undefined reference to `clk_add_alias' > > make: *** [vmlinux] Error 1 > > Just checking this didn't fall through the cracks, as its absence > causes several arch breakage on linux-next for several days now: > > (.init.text+0xf968): undefined reference to `clk_add_alias' > > > x86: http://kisskb.ellerman.id.au/kisskb/buildresult/12448913/ > powerpc: http://kisskb.ellerman.id.au/kisskb/buildresult/12449785/ > parisc: http://kisskb.ellerman.id.au/kisskb/buildresult/12449940/ > This problem is now seen in mainline. Also affected: alpha:allmodconfig, mips:allmodconfig, s390:allmodconfig. and applying the patch fixes the problem. Acked-by: Guenter Roeck <linux@roeck-us.net> Tested-by: Guenter Roeck <linux@roeck-us.net> Guenter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH v2] staging: make board support depend on OF_IRQ and CLKDEV_LOOKUP Guenter Roeck <linux@roeck-us.net> - 2015-07-02 16:00 +0200
csiph-web