Module Name:    src
Committed By:   reinoud
Date:           Sat May 10 10:47:17 UTC 2014

Modified Files:
        src/sys/arch/arm/samsung: exynos_var.h

Log Message:
Change int->void
sorry about the noise


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/samsung/exynos_var.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/samsung/exynos_var.h
diff -u src/sys/arch/arm/samsung/exynos_var.h:1.6 src/sys/arch/arm/samsung/exynos_var.h:1.7
--- src/sys/arch/arm/samsung/exynos_var.h:1.6	Sat May 10 10:46:25 2014
+++ src/sys/arch/arm/samsung/exynos_var.h	Sat May 10 10:47:17 2014
@@ -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 @@ exynos_gpio_pindata_read(const struct ex
         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);

Reply via email to