summaryrefslogtreecommitdiff
path: root/sys/arch/pc532/dev/ncr5380.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/pc532/dev/ncr5380.c')
-rw-r--r--sys/arch/pc532/dev/ncr5380.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/pc532/dev/ncr5380.c b/sys/arch/pc532/dev/ncr5380.c
index 51f3ad04ce8..d243a444f02 100644
--- a/sys/arch/pc532/dev/ncr5380.c
+++ b/sys/arch/pc532/dev/ncr5380.c
@@ -207,7 +207,7 @@ extern __inline__ void finish_req(SC_REQ *reqp)
/*
* Auto config stuff....
*/
-int ncr_cprint __P((void *auxp, char *));
+int ncr_cprint __P((void *auxp, const char *));
void ncr_attach __P((struct device *, struct device *, void *));
int ncr_match __P((struct device *, struct cfdata *, void *));
@@ -289,7 +289,7 @@ void *auxp;
int
ncr_cprint(auxp, name)
void *auxp;
-char *name;
+const char *name;
{
if (name == NULL)
return (UNCONF);