summaryrefslogtreecommitdiff
path: root/sys/arch/atari/dev/ncr5380.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/atari/dev/ncr5380.c')
-rw-r--r--sys/arch/atari/dev/ncr5380.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/atari/dev/ncr5380.c b/sys/arch/atari/dev/ncr5380.c
index a947b06dd28..03efb29712b 100644
--- a/sys/arch/atari/dev/ncr5380.c
+++ b/sys/arch/atari/dev/ncr5380.c
@@ -224,7 +224,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 *));
@@ -306,7 +306,7 @@ void *auxp;
int
ncr_cprint(auxp, name)
void *auxp;
-char *name;
+const char *name;
{
if (name == NULL)
return (UNCONF);