From 1c055e55a242a33e574e48be530e06770a210dcd Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 19 Feb 2024 03:26:26 +0000 Subject: [PATCH] add r8169 read mac form eeprom --- kernel/include/dt-bindings/gpio/meson-gxl-gpio.h | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/kernel/include/dt-bindings/gpio/meson-gxl-gpio.h b/kernel/include/dt-bindings/gpio/meson-gxl-gpio.h index 01f2a2a..0a001ae 100644 --- a/kernel/include/dt-bindings/gpio/meson-gxl-gpio.h +++ b/kernel/include/dt-bindings/gpio/meson-gxl-gpio.h @@ -1,15 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* * GPIO definitions for Amlogic Meson GXL SoCs * * Copyright (C) 2016 Endless Mobile, Inc. * Author: Carlo Caione <carlo@endlessm.com> - * - * 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. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _DT_BINDINGS_MESON_GXL_GPIO_H -- Gitblit v1.6.2