hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/mfd/max8925-core.c
....@@ -1,16 +1,13 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Base driver for Maxim MAX8925
34 *
45 * Copyright (C) 2009-2010 Marvell International Ltd.
56 * Haojian Zhuang <haojian.zhuang@marvell.com>
6
- *
7
- * This program is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License version 2 as
9
- * published by the Free Software Foundation.
107 */
118
129 #include <linux/kernel.h>
13
-#include <linux/module.h>
10
+#include <linux/init.h>
1411 #include <linux/i2c.h>
1512 #include <linux/irq.h>
1613 #include <linux/interrupt.h>
....@@ -919,8 +916,3 @@
919916 free_irq(chip->tsc_irq, chip);
920917 mfd_remove_devices(chip->dev);
921918 }
922
-
923
-
924
-MODULE_DESCRIPTION("PMIC Driver for Maxim MAX8925");
925
-MODULE_AUTHOR("Haojian Zhuang <haojian.zhuang@marvell.com");
926
-MODULE_LICENSE("GPL");