From 07fd39a365d0820f71de0aad4afbfbf6b4d6ae9e Mon Sep 17 00:00:00 2001 From: jmcneill Date: Fri, 4 May 2018 20:26:50 +0000 Subject: Fix pasto --- sys/dev/i2c/axp806.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/i2c/axp806.c b/sys/dev/i2c/axp806.c index 3e7da32fafc..4b9d348d49e 100644 --- a/sys/dev/i2c/axp806.c +++ b/sys/dev/i2c/axp806.c @@ -1,4 +1,4 @@ -/* $NetBSD: axp806.c,v 1.3 2018/05/03 02:10:17 jmcneill Exp $ */ +/* $NetBSD: axp806.c,v 1.4 2018/05/04 20:26:50 jmcneill Exp $ */ /*- * Copyright (c) 2014-2018 Jared McNeill @@ -27,7 +27,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: axp806.c,v 1.3 2018/05/03 02:10:17 jmcneill Exp $"); +__KERNEL_RCSID(0, "$NetBSD: axp806.c,v 1.4 2018/05/04 20:26:50 jmcneill Exp $"); #include #include @@ -77,7 +77,7 @@ __KERNEL_RCSID(0, "$NetBSD: axp806.c,v 1.3 2018/05/03 02:10:17 jmcneill Exp $"); #define AXP_POWER_DISABLE_CTRL __BIT(7) #define AXP_WAKEUP_PINFUNC_REG 0x35 #define AXP_POK_SETTING_REG 0x36 -#define AXP_MODE_SEL_REG 0axp806_power_funcsx3e +#define AXP_MODE_SEL_REG 0x3e #define AXP_SPECIAL_CTRL_REG 0x3f #define AXP_IRQ_ENABLE1_REG 0x40 #define AXP_IRQ_ENABLE2_REG 0x41 -- cgit