diff --git a/find-provides.ksyms b/find-provides.ksyms index ccad20b..b01f057 100755 --- a/find-provides.ksyms +++ b/find-provides.ksyms @@ -6,7 +6,6 @@ export LC_ALL=C # Prevent elfutils from trying to download debuginfos unset DEBUGINFOD_URLS - for module in $(grep -E '/lib/modules/.+\.ko(\.gz|\.bz2|\.xz|\.zst)?$') "$@"; do dep_pfx="ksym" # For built-in kmods, "kernel()" syntax is used instead of "ksym()" diff --git a/find-requires.ksyms b/find-requires.ksyms index e22e910..1890db5 100755 --- a/find-requires.ksyms +++ b/find-requires.ksyms @@ -10,7 +10,6 @@ IFS=$'\n' # Prevent elfutils from trying to download debuginfos unset DEBUGINFOD_URLS - # Extract all of the symbols provided by this module. all_provides() { for module in "$@"; do