Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1446050
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | linux-next: build failure after merge of the wireless-drivers-next tree |
| Date | 2016-07-19 08:10 +0200 |
| Message-ID | <rWwo9-lB-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi all,
After merging the wireless-drivers-next tree, today's linux-next build
(powerpc allyesconfig) failed like this:
drivers/mtd/devices/bcm47xxsflash.c: In function 'bcm47xxsflash_bcma_probe':
drivers/mtd/devices/bcm47xxsflash.c:299:17: error: implicit declaration of function 'ioremap_cache' [-Werror=implicit-function-declaration]
b47s->window = ioremap_cache(res->start, resource_size(res));
^
drivers/mtd/devices/bcm47xxsflash.c:299:15: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
b47s->window = ioremap_cache(res->start, resource_size(res));
^
Caused by commit
57d8f7dd2132 ("bcma: allow enabling serial flash support on non-MIPS SoCs")
I have reverted that commit for today.
--
Cheers,
Stephen Rothwell
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
linux-next: build failure after merge of the wireless-drivers-next tree Stephen Rothwell <sfr@canb.auug.org.au> - 2016-07-19 08:10 +0200
Re: linux-next: build failure after merge of the wireless-drivers-next tree Kalle Valo <kvalo@codeaurora.org> - 2016-07-19 08:40 +0200
Re: linux-next: build failure after merge of the wireless-drivers-next tree Rafał Miłecki <zajec5@gmail.com> - 2016-07-19 09:00 +0200
Re: linux-next: build failure after merge of the wireless-drivers-next tree Kalle Valo <kvalo@codeaurora.org> - 2016-07-19 09:10 +0200
Re: linux-next: build failure after merge of the wireless-drivers-next tree Rafał Miłecki <zajec5@gmail.com> - 2016-07-19 09:20 +0200
Re: linux-next: build failure after merge of the wireless-drivers-next tree Kalle Valo <kvalo@codeaurora.org> - 2016-07-19 16:10 +0200
Re: linux-next: build failure after merge of the wireless-drivers-next tree Brian Norris <computersforpeace@gmail.com> - 2016-07-19 20:40 +0200
Re: linux-next: build failure after merge of the wireless-drivers-next tree Stephen Rothwell <sfr@canb.auug.org.au> - 2016-07-20 01:40 +0200
Re: linux-next: build failure after merge of the wireless-drivers-next tree Kalle Valo <kvalo@codeaurora.org> - 2016-07-20 20:40 +0200
csiph-web