diff options
author | 2020-04-24 11:27:25 +0000 | |
---|---|---|
committer | 2020-04-24 11:27:25 +0000 | |
commit | c7e9905a7b55580cbcdde055c75b29a0a41941ac (patch) | |
tree | 8c9ec3c3d5d41bdd3df7878ba68275a6ec421a87 | |
parent | Check the various options that local-address gives. (diff) | |
download | wireguard-openbsd-c7e9905a7b55580cbcdde055c75b29a0a41941ac.tar.xz wireguard-openbsd-c7e9905a7b55580cbcdde055c75b29a0a41941ac.zip |
Whitespace fixup for imxehci(4)
-rw-r--r-- | sys/dev/fdt/files.fdt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/fdt/files.fdt b/sys/dev/fdt/files.fdt index f0b41a72c5e..c7df80badd7 100644 --- a/sys/dev/fdt/files.fdt +++ b/sys/dev/fdt/files.fdt @@ -1,4 +1,4 @@ -# $OpenBSD: files.fdt,v 1.126 2020/04/24 09:52:43 kettenis Exp $ +# $OpenBSD: files.fdt,v 1.127 2020/04/24 11:27:25 patrick Exp $ # # Config file and device description for machine-independent FDT code. # Included by ports that need it. @@ -410,8 +410,8 @@ device imxccm attach imxccm at fdt file dev/fdt/imxccm.c imxccm -device imxehci: usbus -attach imxehci at fdt +device imxehci: usbus +attach imxehci at fdt file dev/fdt/imxehci.c imxehci device imxesdhc: sdmmcbus |