Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1350322
| From | Alan Cox <alan@linux.intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] goldfish: Fix build error of missing ioremap on UM |
| Date | 2016-03-04 16:50 +0100 |
| Message-ID | <r909j-mc-1@gated-at.bofh.it> (permalink) |
| References | <r8wEl-4cL-65@gated-at.bofh.it> |
| Organization | Intel Corporation |
On Thu, 2016-03-03 at 17:13 +0900, Krzysztof Kozlowski wrote: > Add missing HAS_IOMEM dependency to fix the allyesconfig build error > on > ARCH=um (for x86_64): > > drivers/platform/goldfish/pdev_bus.c: In function > ‘goldfish_pdev_bus_probe’: > drivers/platform/goldfish/pdev_bus.c:191:18: error: implicit > declaration of function ‘ioremap’ [-Werror=implicit-function > -declaration] > pdev_bus_base = ioremap(pdev_bus_addr, pdev_bus_len); > > Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Reviewed-by: Alan Cox <alan@linux.intel.com> Thanks for that - I was trying to work out where that weird 0day complaint was coming from. Alan
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] goldfish: Fix build error of missing ioremap on UM Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-03-03 09:20 +0100 Re: [PATCH] goldfish: Fix build error of missing ioremap on UM Alan Cox <alan@linux.intel.com> - 2016-03-04 16:50 +0100
csiph-web