X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=drivers%2Firqchip%2Firq-meson-gpio.c;h=dcdc23b9dce6d12fc96d559b26a7ee5459fad812;hb=2a1ccd31420a7b1acd6ca37b2bec2d723aa093e4;hp=7599b10ecf09d153e8b2b563f2ce515f19eb3358;hpb=3a1d24ca9573fbc74a3d32c972c333b161e0e9dc;p=platform%2Fkernel%2Flinux-rpi.git diff --git a/drivers/irqchip/irq-meson-gpio.c b/drivers/irqchip/irq-meson-gpio.c index 7599b10..dcdc23b 100644 --- a/drivers/irqchip/irq-meson-gpio.c +++ b/drivers/irqchip/irq-meson-gpio.c @@ -1,22 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2015 Endless Mobile, Inc. * Author: Carlo Caione * Copyright (c) 2016 BayLibre, SAS. * Author: Jerome Brunet - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of version 2 of the GNU General Public License 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. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, see . - * The full GNU General Public License is included in this distribution - * in the file called COPYING. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt