Source-Changes-HG archive

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

[src/thorpej-cfargs]: src/sys/arch/arm/omap Nothing uses / references the "mo...



details:   https://anonhg.NetBSD.org/src/rev/5eef5990360f
branches:  thorpej-cfargs
changeset: 953935:5eef5990360f
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Mar 25 15:59:49 2021 +0000

description:
Nothing uses / references the "mode" locator on the "tiotg_port"
interface attribute; remove it.

diffstat:

 sys/arch/arm/omap/files.omap2 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4de87f883afe -r 5eef5990360f sys/arch/arm/omap/files.omap2
--- a/sys/arch/arm/omap/files.omap2     Wed Mar 24 14:21:08 2021 +0000
+++ b/sys/arch/arm/omap/files.omap2     Thu Mar 25 15:59:49 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.omap2,v 1.36 2016/10/15 15:11:56 kiyohara Exp $
+#      $NetBSD: files.omap2,v 1.36.30.1 2021/03/25 15:59:49 thorpej Exp $
 #
 # Configuration info for Texas Instruments OMAP2/OMAP3 CPU support
 # Based on xscale/files.pxa2x0
@@ -126,7 +126,7 @@
 file   arch/arm/omap/omap_edma.c               edma needs-flag
 
 # TI OTG controller
-define  tiotg_port {[port = -1], [mode = -1]}
+define  tiotg_port { [port = -1] }
 device tiotg: tiotg_port
 attach tiotg at mainbus
 file   arch/arm/omap/tiotg.c                   tiotg



Home | Main Index | Thread Index | Old Index