hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/drivers/pwm/pwm-renesas-tpu.c
....@@ -1,16 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * R-Mobile TPU PWM driver
34 *
45 * Copyright (C) 2012 Renesas Solutions Corp.
5
- *
6
- * This program is free software; you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License as published by
8
- * the Free Software Foundation; either version 2 of the License
9
- *
10
- * This program is distributed in the hope that it will be useful,
11
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
12
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
- * GNU General Public License for more details.
146 */
157
168 #include <linux/clk.h>
....@@ -431,8 +423,6 @@
431423 pm_runtime_disable(&pdev->dev);
432424 return ret;
433425 }
434
-
435
- dev_info(&pdev->dev, "TPU PWM %d registered\n", tpu->pdev->id);
436426
437427 return 0;
438428 }