From 071106ecf68c401173c58808b1cf5f68cc50d390 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 05 Jan 2024 08:39:27 +0000 Subject: [PATCH] change wifi driver to cypress --- kernel/scripts/adjust_autoksyms.sh | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/kernel/scripts/adjust_autoksyms.sh b/kernel/scripts/adjust_autoksyms.sh index 4d1adf1..d8f6f9c 100755 --- a/kernel/scripts/adjust_autoksyms.sh +++ b/kernel/scripts/adjust_autoksyms.sh @@ -1,13 +1,11 @@ #!/bin/sh +# SPDX-License-Identifier: GPL-2.0-only # Script to update include/generated/autoksyms.h and dependency files # # Copyright: (C) 2016 Linaro Limited # Created by: Nicolas Pitre, January 2016 # -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License version 2 as -# published by the Free Software Foundation. # Update the include/generated/autoksyms.h file. # @@ -35,9 +33,6 @@ set -x ;; esac - -# We need access to CONFIG_ symbols -. include/config/auto.conf # Generate a new symbol list file $CONFIG_SHELL $srctree/scripts/gen_autoksyms.sh "$new_ksyms_file" -- Gitblit v1.6.2