Module Name:    src
Committed By:   reinoud
Date:           Fri May  9 19:51:43 UTC 2014

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

Log Message:
Use the constant for default interrupt provided by autoconf


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/samsung/exynos_io.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_io.h
diff -u src/sys/arch/arm/samsung/exynos_io.h:1.1 src/sys/arch/arm/samsung/exynos_io.h:1.2
--- src/sys/arch/arm/samsung/exynos_io.h:1.1	Sun Apr 13 02:26:26 2014
+++ src/sys/arch/arm/samsung/exynos_io.h	Fri May  9 19:51:43 2014
@@ -45,7 +45,7 @@ extern const struct exyo_locinfo exynos5
 
 /* XXXNH needed? */
 #define	NOPORT	EXYOCF_PORT_DEFAULT
-#define	NOINTR	EXYO_INTR_DEFAULT
+#define	NOINTR	EXYOCF_INTR_DEFAULT
 #define	EANY	EXYO_ALL
 #define	REQ	EXYO_REQUIRED
 

Reply via email to