hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/drivers/mfd/max8998-irq.c
....@@ -1,15 +1,9 @@
1
-/*
2
- * Interrupt controller support for MAX8998
3
- *
4
- * Copyright (C) 2010 Samsung Electronics Co.Ltd
5
- * Author: Joonyoung Shim <jy0922.shim@samsung.com>
6
- *
7
- * This program is free software; you can redistribute it and/or modify it
8
- * under the terms of the GNU General Public License as published by the
9
- * Free Software Foundation; either version 2 of the License, or (at your
10
- * option) any later version.
11
- *
12
- */
1
+// SPDX-License-Identifier: GPL-2.0+
2
+//
3
+// Interrupt controller support for MAX8998
4
+//
5
+// Copyright (C) 2010 Samsung Electronics Co.Ltd
6
+// Author: Joonyoung Shim <jy0922.shim@samsung.com>
137
148 #include <linux/device.h>
159 #include <linux/interrupt.h>