Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/samsung build fix
details: https://anonhg.NetBSD.org/src/rev/51a4c94c1b02
branches: trunk
changeset: 342457:51a4c94c1b02
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Tue Dec 22 22:32:54 2015 +0000
description:
build fix
diffstat:
sys/arch/arm/samsung/exynos_i2c.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 160ec9903456 -r 51a4c94c1b02 sys/arch/arm/samsung/exynos_i2c.c
--- a/sys/arch/arm/samsung/exynos_i2c.c Tue Dec 22 22:26:16 2015 +0000
+++ b/sys/arch/arm/samsung/exynos_i2c.c Tue Dec 22 22:32:54 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: exynos_i2c.c,v 1.6 2015/12/21 04:58:50 marty Exp $ */
+/* $NetBSD: exynos_i2c.c,v 1.7 2015/12/22 22:32:54 jmcneill Exp $ */
/*
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -32,10 +32,9 @@
#include "opt_exynos.h"
#include "opt_arm_debug.h"
-#include "exynos_iic.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: exynos_i2c.c,v 1.6 2015/12/21 04:58:50 marty Exp $");
+__KERNEL_RCSID(0, "$NetBSD: exynos_i2c.c,v 1.7 2015/12/22 22:32:54 jmcneill Exp $");
#include <sys/param.h>
#include <sys/bus.h>
Home |
Main Index |
Thread Index |
Old Index