diff options
-rwxr-xr-x | scripts/adjust_autoksyms.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/adjust_autoksyms.sh b/scripts/adjust_autoksyms.sh index a162258ab606..e0dd0d5148ec 100755 --- a/scripts/adjust_autoksyms.sh +++ b/scripts/adjust_autoksyms.sh | |||
@@ -48,9 +48,6 @@ case "${KCONFIG_CONFIG}" in | |||
48 | . "./${KCONFIG_CONFIG}" | 48 | . "./${KCONFIG_CONFIG}" |
49 | esac | 49 | esac |
50 | 50 | ||
51 | # In case it doesn't exist yet... | ||
52 | if [ -e "$cur_ksyms_file" ]; then touch "$cur_ksyms_file"; fi | ||
53 | |||
54 | # Generate a new ksym list file with symbols needed by the current | 51 | # Generate a new ksym list file with symbols needed by the current |
55 | # set of modules. | 52 | # set of modules. |
56 | cat > "$new_ksyms_file" << EOT | 53 | cat > "$new_ksyms_file" << EOT |