X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=drivers%2Fmailbox%2Fpcc.c;h=34844b7a367524eb13a27f5331a3c99b14ef1876;hb=c942fddf8793b2013be8c901b47d0a8dc02bf99f;hp=08a0a3517138e6c78943f7eac9454178726ea9b5;hpb=1a59d1b8e05ea6ab45f7e18897de1ef0e6bc3da6;p=mirror_ubuntu-hirsute-kernel.git diff --git a/drivers/mailbox/pcc.c b/drivers/mailbox/pcc.c index 08a0a3517138..34844b7a3675 100644 --- a/drivers/mailbox/pcc.c +++ b/drivers/mailbox/pcc.c @@ -1,17 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (C) 2014 Linaro Ltd. * Author: Ashwin Chaugule * - * 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. - * - * 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. - * * PCC (Platform Communication Channel) is defined in the ACPI 5.0+ * specification. It is a mailbox like mechanism to allow clients * such as CPPC (Collaborative Processor Performance Control), RAS