summaryrefslogtreecommitdiffstats
path: root/scripts/adjust_autoksyms.sh
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2018-03-16 16:37:10 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-03-26 02:01:22 +0900
commitbaa16684b0eb4e590c7e0e65fff4d348c877bc4e (patch)
tree8db4954f34d0b33a36045b6e2da5f6251c7879fb /scripts/adjust_autoksyms.sh
parentce99d0bf312daf0178e640da9e3c93b773a67e7d (diff)
downloadop-kernel-dev-baa16684b0eb4e590c7e0e65fff4d348c877bc4e.zip
op-kernel-dev-baa16684b0eb4e590c7e0e65fff4d348c877bc4e.tar.gz
kbuild: remove wrong 'touch' in adjust_autoksyms.sh
The comment mentions it creates autoksyms.h in case it is missing, but the actual code touches it when it does exists. The build system creates it anyway because <linux/export.h> and <asm-generic/export.h> need it. The code would not have worked as intended, and people have not noticed it. This is a proof that we can simply remove it. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Nicolas Pitre <nico@linaro.org>
Diffstat (limited to 'scripts/adjust_autoksyms.sh')
-rwxr-xr-xscripts/adjust_autoksyms.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/adjust_autoksyms.sh b/scripts/adjust_autoksyms.sh
index a162258..e0dd0d5 100755
--- a/scripts/adjust_autoksyms.sh
+++ b/scripts/adjust_autoksyms.sh
@@ -48,9 +48,6 @@ case "${KCONFIG_CONFIG}" in
. "./${KCONFIG_CONFIG}"
esac
-# In case it doesn't exist yet...
-if [ -e "$cur_ksyms_file" ]; then touch "$cur_ksyms_file"; fi
-
# Generate a new ksym list file with symbols needed by the current
# set of modules.
cat > "$new_ksyms_file" << EOT
OpenPOWER on IntegriCloud