From 95099d4622f8cb224d94e314c7a8e0df60b13f87 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Sat, 09 Dec 2023 08:38:01 +0000
Subject: [PATCH] enable docker ppp
---
kernel/drivers/regulator/pcap-regulator.c | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)
diff --git a/kernel/drivers/regulator/pcap-regulator.c b/kernel/drivers/regulator/pcap-regulator.c
index 79cb971..0345f38 100644
--- a/kernel/drivers/regulator/pcap-regulator.c
+++ b/kernel/drivers/regulator/pcap-regulator.c
@@ -1,12 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
/*
* PCAP2 Regulator Driver
*
* Copyright (c) 2009 Daniel Ribeiro <drwyrm@gmail.com>
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
*/
#include <linux/kernel.h>
@@ -89,10 +85,6 @@
};
#define SW2_table SW1_table
-
-static const unsigned int SW3_table[] = {
- 4000000, 4500000, 5000000, 5500000,
-};
struct pcap_regulator {
const u8 reg;
--
Gitblit v1.6.2