Module Name:    src
Committed By:   thorpej
Date:           Thu Mar 25 15:59:50 UTC 2021

Modified Files:
        src/sys/arch/arm/omap [thorpej-cfargs]: files.omap2

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


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.36.30.1 src/sys/arch/arm/omap/files.omap2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/omap/files.omap2
diff -u src/sys/arch/arm/omap/files.omap2:1.36 src/sys/arch/arm/omap/files.omap2:1.36.30.1
--- src/sys/arch/arm/omap/files.omap2:1.36	Sat Oct 15 15:11:56 2016
+++ src/sys/arch/arm/omap/files.omap2	Thu Mar 25 15:59:49 2021
@@ -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 @@ attach	edma at mainbus
 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

Reply via email to