hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/mfd/da9063-irq.c
....@@ -1,15 +1,10 @@
1
-/* da9063-irq.c: Interrupts support for Dialog DA9063
1
+// SPDX-License-Identifier: GPL-2.0+
2
+/* Interrupt support for Dialog DA9063
23 *
34 * Copyright 2012 Dialog Semiconductor Ltd.
45 * Copyright 2013 Philipp Zabel, Pengutronix
56 *
67 * Author: Michal Hajduk, Dialog Semiconductor
7
- *
8
- * This program is free software; you can redistribute it and/or modify it
9
- * under the terms of the GNU General Public License as published by the
10
- * Free Software Foundation; either version 2 of the License, or (at your
11
- * option) any later version.
12
- *
138 */
149
1510 #include <linux/kernel.h>
....@@ -19,7 +14,6 @@
1914 #include <linux/interrupt.h>
2015 #include <linux/regmap.h>
2116 #include <linux/mfd/da9063/core.h>
22
-#include <linux/mfd/da9063/pdata.h>
2317
2418 #define DA9063_REG_EVENT_A_OFFSET 0
2519 #define DA9063_REG_EVENT_B_OFFSET 1