hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/include/linux/mfd/wm831x/core.h
....@@ -1,15 +1,10 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * include/linux/mfd/wm831x/core.h -- Core interface for WM831x
34 *
45 * Copyright 2009 Wolfson Microelectronics PLC.
56 *
67 * Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
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 #ifndef __MFD_WM831X_CORE_H__
....@@ -418,7 +413,6 @@
418413 int count, u16 *buf);
419414
420415 int wm831x_device_init(struct wm831x *wm831x, int irq);
421
-void wm831x_device_exit(struct wm831x *wm831x);
422416 int wm831x_device_suspend(struct wm831x *wm831x);
423417 void wm831x_device_shutdown(struct wm831x *wm831x);
424418 int wm831x_irq_init(struct wm831x *wm831x, int irq);