hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/bus/qcom-ebi2.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Qualcomm External Bus Interface 2 (EBI2) driver
34 * an older version of the Qualcomm Parallel Interface Controller (QPIC)
....@@ -5,10 +6,6 @@
56 * Copyright (C) 2016 Linaro Ltd.
67 *
78 * Author: Linus Walleij <linus.walleij@linaro.org>
8
- *
9
- * This program is free software; you can redistribute it and/or modify
10
- * it under the terms of the GNU General Public License version 2, as
11
- * published by the Free Software Foundation.
129 *
1310 * See the device tree bindings for this block for more details on the
1411 * hardware.
....@@ -21,7 +18,6 @@
2118 #include <linux/of.h>
2219 #include <linux/of_platform.h>
2320 #include <linux/init.h>
24
-#include <linux/io.h>
2521 #include <linux/slab.h>
2622 #include <linux/platform_device.h>
2723 #include <linux/bitops.h>