···11-/*22- * sky81452-regulator.c SKY81452 regulator driver33- *44- * Copyright 2014 Skyworks Solutions Inc.55- * Author : Gyungoh Yoo <jack.yoo@skyworksinc.com>66- *77- * This program is free software; you can redistribute it and/or modify it88- * under the terms of the GNU General Public License version 299- * as published by the Free Software Foundation.1010- *1111- * This program is distributed in the hope that it will be useful, but1212- * WITHOUT ANY WARRANTY; without even the implied warranty of1313- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU1414- * General Public License for more details.1515- *1616- * You should have received a copy of the GNU General Public License along1717- * with this program; if not, see <http://www.gnu.org/licenses/>.1818- */11+// SPDX-License-Identifier: GPL-2.022+//33+// sky81452-regulator.c SKY81452 regulator driver44+//55+// Copyright 2014 Skyworks Solutions Inc.66+// Author : Gyungoh Yoo <jack.yoo@skyworksinc.com>197208#include <linux/module.h>219#include <linux/kernel.h>