kbuild: do not include include/config/auto.conf from adjust_autoksyms.sh
authorMasahiro Yamada <masahiroy@kernel.org>
Fri, 26 Feb 2021 06:36:15 +0000 (15:36 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sun, 28 Feb 2021 06:22:02 +0000 (15:22 +0900)
commit12e9dea6c9766c7403417d00193940cea33ee81a
tree4bfe84e779b9ca035353f17c7e7486372a4c47fd
parenta6aaeb841198016083663ae56c568de4e065d090
kbuild: do not include include/config/auto.conf from adjust_autoksyms.sh

Commit cd195bc4775a ("kbuild: split adjust_autoksyms.sh in two parts")
split out the code that needs include/config/auto.conf.

This script no longer needs to include include/config/auto.conf.

Fixes: cd195bc4775a ("kbuild: split adjust_autoksyms.sh in two parts")
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/adjust_autoksyms.sh