diff options
| author | Joel Stanley <joel@jms.id.au> | 2018-04-19 11:18:34 +0930 |
|---|---|---|
| committer | Joel Stanley <joel@jms.id.au> | 2018-04-19 11:30:20 +0930 |
| commit | a459f2cbb4517eed44004477f7d42524d45f0b7d (patch) | |
| tree | b554476740ec863b1731e3cf83167f01f5e2fbc7 /lib | |
| parent | a1340b5c31182ee3e191ac745f8e591badaeb586 (diff) | |
| parent | 7846b12fe0b5feab5446d892f41b5140c1419109 (diff) | |
| download | talos-obmc-linux-a459f2cbb4517eed44004477f7d42524d45f0b7d.tar.gz talos-obmc-linux-a459f2cbb4517eed44004477f7d42524d45f0b7d.zip | |
Merge tag 'drm-for-v4.14' into dev-4.13
This is the DRM tree that was merged into the mainline 4.14 kernel. The
ASPEED GFX DRM driver requires functionaliy that was included in this
tree, so we merge it back into the 4.13 OpenBMC tree.
This should have no impact on other parts of the BMC.
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/radix-tree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/radix-tree.c b/lib/radix-tree.c index 79a804f1aab9..afb3cb4d44b6 100644 --- a/lib/radix-tree.c +++ b/lib/radix-tree.c @@ -2022,6 +2022,7 @@ void radix_tree_iter_delete(struct radix_tree_root *root, if (__radix_tree_delete(root, iter->node, slot)) iter->index = iter->next_index; } +EXPORT_SYMBOL(radix_tree_iter_delete); /** * radix_tree_delete_item - delete an item from a radix tree |

