Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/imx/fdt Fixed compile error.



details:   https://anonhg.NetBSD.org/src/rev/1870b2938aa5
branches:  trunk
changeset: 459934:1870b2938aa5
user:      hkenken <hkenken%NetBSD.org@localhost>
date:      Wed Oct 02 01:34:09 2019 +0000

description:
Fixed compile error.

remove fdtbus_pinctrl_configure().

diffstat:

 sys/arch/arm/imx/fdt/imx6_iomux.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r 62641d8d3dc6 -r 1870b2938aa5 sys/arch/arm/imx/fdt/imx6_iomux.c
--- a/sys/arch/arm/imx/fdt/imx6_iomux.c Tue Oct 01 23:32:52 2019 +0000
+++ b/sys/arch/arm/imx/fdt/imx6_iomux.c Wed Oct 02 01:34:09 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: imx6_iomux.c,v 1.1 2019/07/24 13:12:33 hkenken Exp $   */
+/*     $NetBSD: imx6_iomux.c,v 1.2 2019/10/02 01:34:09 hkenken Exp $   */
 /*-
  * Copyright (c) 2019 Genetec Corporation.  All rights reserved.
  * Written by Hashimoto Kenichi for Genetec Corporation.
@@ -25,7 +25,7 @@
  * SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: imx6_iomux.c,v 1.1 2019/07/24 13:12:33 hkenken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: imx6_iomux.c,v 1.2 2019/10/02 01:34:09 hkenken Exp $");
 
 #include "opt_fdt.h"
 
@@ -172,7 +172,5 @@
                        fdtbus_register_pinctrl_config(self, sub, &imx6_pinctrl_funcs);
                }
        }
-
-       fdtbus_pinctrl_configure();
 }
 



Home | Main Index | Thread Index | Old Index