.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * This file contains the definitions for the T7L66XB |
---|
3 | 4 | * |
---|
4 | 5 | * (C) Copyright 2005 Ian Molton <spyro@f2s.com> |
---|
5 | | - * |
---|
6 | | - * This program is free software; you can redistribute it and/or modify |
---|
7 | | - * it under the terms of the GNU General Public License version 2 as |
---|
8 | | - * published by the Free Software Foundation. |
---|
9 | | - * |
---|
10 | 6 | */ |
---|
11 | 7 | #ifndef MFD_T7L66XB_H |
---|
12 | 8 | #define MFD_T7L66XB_H |
---|
.. | .. |
---|
16 | 12 | |
---|
17 | 13 | struct t7l66xb_platform_data { |
---|
18 | 14 | int (*enable)(struct platform_device *dev); |
---|
19 | | - int (*disable)(struct platform_device *dev); |
---|
20 | 15 | int (*suspend)(struct platform_device *dev); |
---|
21 | 16 | int (*resume)(struct platform_device *dev); |
---|
22 | 17 | |
---|