From 982b8cc116118b3463d3f332581945625722acd8 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 09 Jan 2024 02:10:54 +0000 Subject: [PATCH] add poweroff command --- kernel/drivers/ata/ahci_mtk.c | 10 +--------- 1 files changed, 1 insertions(+), 9 deletions(-) diff --git a/kernel/drivers/ata/ahci_mtk.c b/kernel/drivers/ata/ahci_mtk.c index 8bc1a26..d9b08ae 100644 --- a/kernel/drivers/ata/ahci_mtk.c +++ b/kernel/drivers/ata/ahci_mtk.c @@ -1,17 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * MediaTek AHCI SATA driver * * Copyright (c) 2017 MediaTek Inc. * Author: Ryder Lee <ryder.lee@mediatek.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. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. */ #include <linux/ahci_platform.h> -- Gitblit v1.6.2