hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/reset/reset-sunxi.c
....@@ -1,14 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Allwinner SoCs Reset Controller driver
34 *
45 * Copyright 2013 Maxime Ripard
56 *
67 * Maxime Ripard <maxime.ripard@free-electrons.com>
7
- *
8
- * This program is free software; you can redistribute it and/or modify
9
- * it under the terms of the GNU General Public License as published by
10
- * the Free Software Foundation; either version 2 of the License, or
11
- * (at your option) any later version.
128 */
139
1410 #include <linux/err.h>
....@@ -18,11 +14,11 @@
1814 #include <linux/of_address.h>
1915 #include <linux/platform_device.h>
2016 #include <linux/reset-controller.h>
17
+#include <linux/reset/reset-simple.h>
18
+#include <linux/reset/sunxi.h>
2119 #include <linux/slab.h>
2220 #include <linux/spinlock.h>
2321 #include <linux/types.h>
24
-
25
-#include "reset-simple.h"
2622
2723 static int sunxi_reset_init(struct device_node *np)
2824 {