Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1389366
| From | Brian Norris <computersforpeace@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] physmap_of: ensure versatile code is reachable |
| Date | 2016-04-27 19:00 +0200 |
| Message-ID | <rsAYF-4mv-3@gated-at.bofh.it> (permalink) |
| References | <rrXNE-5JB-19@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Apr 26, 2016 at 01:04:38AM +0200, Arnd Bergmann wrote: > With the newly added physmap_of_versatile code, we get a build error > when physmap_of is in a module, because of_flash_probe_versatile > is not exported: > > ERROR: "of_flash_probe_versatile" [drivers/mtd/maps/physmap_of.ko] undefined! > > This adds the export, and changes the Makefile so that the code is > also put into a loadable module rather than built-in when physmap_of > itself is a module. > > Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Brian Norris <computersforpeace@gmail.com> I presume you're taking this in arm-soc.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] physmap_of: ensure versatile code is reachable Arnd Bergmann <arnd@arndb.de> - 2016-04-26 01:10 +0200 Re: [PATCH] physmap_of: ensure versatile code is reachable Linus Walleij <linus.walleij@linaro.org> - 2016-04-26 16:10 +0200 Re: [PATCH] physmap_of: ensure versatile code is reachable Brian Norris <computersforpeace@gmail.com> - 2016-04-27 19:00 +0200
csiph-web