Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/s3c2xx0 Fix compile error.



details:   https://anonhg.NetBSD.org/src/rev/c3360647e686
branches:  trunk
changeset: 782326:c3360647e686
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun Oct 28 16:41:01 2012 +0000

description:
Fix compile error.

diffstat:

 sys/arch/arm/s3c2xx0/s3c2440_i2s.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 329c0d602c78 -r c3360647e686 sys/arch/arm/s3c2xx0/s3c2440_i2s.c
--- a/sys/arch/arm/s3c2xx0/s3c2440_i2s.c        Sun Oct 28 16:27:20 2012 +0000
+++ b/sys/arch/arm/s3c2xx0/s3c2440_i2s.c        Sun Oct 28 16:41:01 2012 +0000
@@ -68,7 +68,7 @@
 static int     s3c2440_i2s_match(device_t, cfdata_t, void *);
 static void    s3c2440_i2s_attach(device_t, device_t , void *);
 static int     s3c2440_i2s_search(device_t, cfdata_t, const int *, void *);
-static int     s3c2440_i2s_print(void *aux, const char *name);
+static int     s3c2440_i2s_print(void *, const char *);
 static int     s3c2440_i2s_init(struct s3c2440_i2s_softc*);
 
 CFATTACH_DECL_NEW(ssiis, sizeof(struct s3c2440_i2s_softc), s3c2440_i2s_match,
@@ -103,7 +103,7 @@
 }
 
 static int
-s3c2440_i2s_search(device_tparent, cfdata_t cf, const int *ldesc, void *aux)
+s3c2440_i2s_search(device_t parent, cfdata_t cf, const int *ldesc, void *aux)
 {
        struct s3c2440_i2s_attach_args ia;
        DPRINTF(("%s\n", __func__));



Home | Main Index | Thread Index | Old Index