forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork0
Commit1a16af3
fpga: Specify HAS_IOMEM dependency for FPGA_DFL
Because dfl.c uses the 'devm_ioremap', 'devm_iounmap','devm_ioremap_resource', and 'devm_platform_ioremap_resource'functions, it should depend on HAS_IOMEM.This fixes make allyesconfig under UML (ARCH=um), which doesn't provideHAS_IOMEM.[mdf@kernel.org: Removed "drivers: " in commit message]Fixes:89eb35e ("fpga: dfl: map feature mmio resources in their own feature drivers")Signed-off-by: David Gow <davidgow@google.com>Signed-off-by: Moritz Fischer <mdf@kernel.org>Link:https://lore.kernel.org/r/20201122001549.107023-2-mdf@kernel.orgSigned-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>1 parenta71464d commit1a16af3
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| 145 | + | |
145 | 146 | | |
146 | 147 | | |
147 | 148 | | |
| |||
0 commit comments
Comments
(0)