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 Change int->void



details:   https://anonhg.NetBSD.org/src/rev/00cbf7403426
branches:  trunk
changeset: 329133:00cbf7403426
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Sat May 10 10:47:17 2014 +0000

description:
Change int->void
sorry about the noise

diffstat:

 sys/arch/arm/samsung/exynos_var.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 62ec5391e7b5 -r 00cbf7403426 sys/arch/arm/samsung/exynos_var.h
--- a/sys/arch/arm/samsung/exynos_var.h Sat May 10 10:46:25 2014 +0000
+++ b/sys/arch/arm/samsung/exynos_var.h Sat May 10 10:47:17 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: exynos_var.h,v 1.6 2014/05/10 10:46:25 reinoud Exp $ */
+/* $NetBSD: exynos_var.h,v 1.7 2014/05/10 10:47:17 reinoud Exp $ */
 /*-
  * Copyright (c) 2013, 2014 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -138,7 +138,7 @@
         return gpiobus_pin_read(pd->pd_gc, pd->pd_pin);
 }
 
-static inline int
+static inline void
 exynos_gpio_pindata_ctl(const struct exynos_gpio_pindata *pd, int flags)
 {
         gpiobus_pin_ctl(pd->pd_gc, pd->pd_pin, flags);



Home | Main Index | Thread Index | Old Index