Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/thorpej-i2c-spi-conf]: src/sys/dev/i2c Don't include fdtvar.h directly h...
details: https://anonhg.NetBSD.org/src/rev/1f6fb1faf380
branches: thorpej-i2c-spi-conf
changeset: 378766:1f6fb1faf380
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sun May 09 23:26:53 2021 +0000
description:
Don't include fdtvar.h directly here.
diffstat:
sys/dev/i2c/pcai2cmux.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 18f86175fb45 -r 1f6fb1faf380 sys/dev/i2c/pcai2cmux.c
--- a/sys/dev/i2c/pcai2cmux.c Sun May 09 23:19:10 2021 +0000
+++ b/sys/dev/i2c/pcai2cmux.c Sun May 09 23:26:53 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pcai2cmux.c,v 1.8.4.1 2021/05/08 02:44:22 thorpej Exp $ */
+/* $NetBSD: pcai2cmux.c,v 1.8.4.2 2021/05/09 23:26:53 thorpej Exp $ */
/*-
* Copyright (c) 2020 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pcai2cmux.c,v 1.8.4.1 2021/05/08 02:44:22 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pcai2cmux.c,v 1.8.4.2 2021/05/09 23:26:53 thorpej Exp $");
/*
* Driver for NXP PCA954x / PCA984x I2C switches and multiplexers.
@@ -56,7 +56,6 @@
#include <sys/systm.h>
#include <sys/device.h>
-#include <dev/fdt/fdtvar.h>
#include <dev/i2c/i2cmuxvar.h>
/* There are a maximum of 8 busses supported. */
Home |
Main Index |
Thread Index |
Old Index