| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * core.h -- Core Driver for Wolfson WM8350 PMIC |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright 2007 Wolfson Microelectronics PLC |
|---|
| 5 | | - * |
|---|
| 6 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 7 | | - * under the terms of the GNU General Public License as published by the |
|---|
| 8 | | - * Free Software Foundation; either version 2 of the License, or (at your |
|---|
| 9 | | - * option) any later version. |
|---|
| 10 | | - * |
|---|
| 11 | 6 | */ |
|---|
| 12 | 7 | |
|---|
| 13 | 8 | #ifndef __LINUX_MFD_WM8350_CORE_H_ |
|---|
| .. | .. |
|---|
| 643 | 638 | */ |
|---|
| 644 | 639 | int wm8350_device_init(struct wm8350 *wm8350, int irq, |
|---|
| 645 | 640 | struct wm8350_platform_data *pdata); |
|---|
| 646 | | -void wm8350_device_exit(struct wm8350 *wm8350); |
|---|
| 647 | 641 | |
|---|
| 648 | 642 | /* |
|---|
| 649 | 643 | * WM8350 device IO |
|---|