hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/include/linux/mfd/t7l66xb.h
....@@ -1,12 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * This file contains the definitions for the T7L66XB
34 *
45 * (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
- *
106 */
117 #ifndef MFD_T7L66XB_H
128 #define MFD_T7L66XB_H
....@@ -16,7 +12,6 @@
1612
1713 struct t7l66xb_platform_data {
1814 int (*enable)(struct platform_device *dev);
19
- int (*disable)(struct platform_device *dev);
2015 int (*suspend)(struct platform_device *dev);
2116 int (*resume)(struct platform_device *dev);
2217