Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/i2c Fix build.
details: https://anonhg.NetBSD.org/src/rev/56e033751f69
branches: trunk
changeset: 327818:56e033751f69
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Mar 17 15:57:56 2014 +0000
description:
Fix build.
Hi dh!
diffstat:
sys/dev/i2c/x1226.c | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diffs (39 lines):
diff -r 9f8f5b59cda4 -r 56e033751f69 sys/dev/i2c/x1226.c
--- a/sys/dev/i2c/x1226.c Mon Mar 17 13:24:23 2014 +0000
+++ b/sys/dev/i2c/x1226.c Mon Mar 17 15:57:56 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: x1226.c,v 1.15 2014/03/16 05:20:27 dholland Exp $ */
+/* $NetBSD: x1226.c,v 1.16 2014/03/17 15:57:56 skrll Exp $ */
/*
* Copyright (c) 2003 Shigeyuki Fukushima.
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: x1226.c,v 1.15 2014/03/16 05:20:27 dholland Exp $");
+__KERNEL_RCSID(0, "$NetBSD: x1226.c,v 1.16 2014/03/17 15:57:56 skrll Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -77,13 +77,13 @@
.d_close = xrtc_close,
.d_read = xrtc_read,
.d_write = xrtc_write,
- .d_ioctl =
- .d_stop = noioctl,
- .d_tty = nostop,
- .d_poll = notty,
- .d_mmap = nopoll,
- .d_kqfilter = nommap,
- .d_flag = nokqfilter, D_OTHER
+ .d_ioctl = noioctl,
+ .d_stop = nostop,
+ .d_tty = notty,
+ .d_poll = nopoll,
+ .d_mmap = nommap,
+ .d_kqfilter = nokqfilter,
+ .d_flag = D_OTHER
};
static int xrtc_clock_read(struct xrtc_softc *, struct clock_ymdhms *);
Home |
Main Index |
Thread Index |
Old Index