aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/max8997.h
diff options
context:
space:
mode:
authorTimon Baetz <timon.baetz@protonmail.com>2021-01-27 07:32:42 +0000
committerLee Jones <lee.jones@linaro.org>2021-04-14 16:06:38 +0100
commit0b79c53e8a1c5c26c5a364c8f041ca6890a29f08 (patch)
treeaafc1b076127e5e8aa6a53d3978c7452de3380d8 /include/linux/mfd/max8997.h
parentmfd: core: Use acpi_find_child_device() for child devices lookup (diff)
downloadlinux-dev-0b79c53e8a1c5c26c5a364c8f041ca6890a29f08.tar.xz
linux-dev-0b79c53e8a1c5c26c5a364c8f041ca6890a29f08.zip
mfd: max8997: Replace 8998 with 8997
The max8997 header is using "max8998" in some identifiers. Fix it by replacing 8998 with 8997 in enum and macro. Signed-off-by: Timon Baetz <timon.baetz@protonmail.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd/max8997.h')
-rw-r--r--include/linux/mfd/max8997.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/linux/mfd/max8997.h b/include/linux/mfd/max8997.h
index e955e2f0a2cc..6c98edcf4b0b 100644
--- a/include/linux/mfd/max8997.h
+++ b/include/linux/mfd/max8997.h
@@ -14,13 +14,13 @@
* others and b) it can be enabled simply by using MAX17042 driver.
*/
-#ifndef __LINUX_MFD_MAX8998_H
-#define __LINUX_MFD_MAX8998_H
+#ifndef __LINUX_MFD_MAX8997_H
+#define __LINUX_MFD_MAX8997_H
#include <linux/regulator/consumer.h>
/* MAX8997/8966 regulator IDs */
-enum max8998_regulators {
+enum max8997_regulators {
MAX8997_LDO1 = 0,
MAX8997_LDO2,
MAX8997_LDO3,
@@ -207,4 +207,4 @@ struct max8997_platform_data {
struct max8997_led_platform_data *led_pdata;
};
-#endif /* __LINUX_MFD_MAX8998_H */
+#endif /* __LINUX_MFD_MAX8997_H */