Message ID | 1554112696-20706-2-git-send-email-fabrizio.castro@bp.renesas.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Pavel Machek |
Headers | show |
Series | Add CMT and TMU support to RZ/G2E | expand |
On Mon 2019-04-01 10:58:00, Fabrizio Castro wrote: > From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> > > commit efad01173717b0d0ad8a7dc91cc447f19d8447f3 upstream. > > This patch updates license to use SPDX-License-Identifier instead of verbose > license text. Thanks, I applied the series. Strictly speaking patches 1, 4, 16 only alter whitespace, so they would not be welcome under -stable rules. OTOH they clearly do not break anything, and ammount of surrounding changes means taking them is easier than not taking them... so I took them. Best regards, Pavel
diff --git a/drivers/clocksource/sh_cmt.c b/drivers/clocksource/sh_cmt.c index bbbf37c..6f65cf8 100644 --- a/drivers/clocksource/sh_cmt.c +++ b/drivers/clocksource/sh_cmt.c @@ -1,16 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0 /* * SuperH Timer Support - CMT * * Copyright (C) 2008 Magnus Damm - * - * 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 - * - * 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/clk.h>