Skip to content

Commit

Permalink
amd/amdkcl: avoid kallsyms_lookup_name for 5.7.0 included (typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
agravgaard committed Jun 15, 2020
1 parent add9c82 commit f896480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/amd/amdkcl/symbols
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SYMS=""

if version_lt 2.6.33 || version_gte 5.7.0; then
if version_lt 2.6.33 || version_ge 5.7.0; then
SYMS+=" kallsyms_lookup_name"
fi

0 comments on commit f896480

Please sign in to comment.