Skip to content

Commit

Permalink
fix: Don't use + symbol when exporting __get_vm_area_caller
Browse files Browse the repository at this point in the history
  • Loading branch information
pojntfx committed Apr 24, 2024
1 parent a361585 commit ed3e8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/use-fixed-pvm-range.patch
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ index 6e4b95f24..0b8b2d4ed 100644
NUMA_NO_NODE, GFP_KERNEL, caller);
}

++EXPORT_SYMBOL_GPL(__get_vm_area_caller);
+ EXPORT_SYMBOL_GPL(__get_vm_area_caller);
+
/**
* get_vm_area - reserve a contiguous kernel virtual area
Expand Down

0 comments on commit ed3e8f8

Please sign in to comment.