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/include/linux/crc16.h | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/kernel/include/linux/crc16.h b/kernel/include/linux/crc16.h index 9443c08..9fa7452 100644 --- a/kernel/include/linux/crc16.h +++ b/kernel/include/linux/crc16.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* * crc16.h - CRC-16 routine * @@ -7,9 +8,6 @@ * Init 0 * * Copyright (c) 2005 Ben Gardner <bgardner@wabtec.com> - * - * This source code is licensed under the GNU General Public License, - * Version 2. See the file COPYING for more details. */ #ifndef __CRC16_H -- Gitblit v1.6.2