summaryrefslogtreecommitdiff
path: root/sys/arch/arc/dti/btl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/arc/dti/btl.c')
-rw-r--r--sys/arch/arc/dti/btl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arc/dti/btl.c b/sys/arch/arc/dti/btl.c
index 7c5e9480a42..ad43b29d4aa 100644
--- a/sys/arch/arc/dti/btl.c
+++ b/sys/arch/arc/dti/btl.c
@@ -175,7 +175,7 @@ struct scsi_device bt_dev = {
int btprobe __P((struct device *, void *, void *));
void btattach __P((struct device *, struct device *, void *));
-int btprint __P((void *, char *));
+int btprint __P((void *, const char *));
struct cfattach btl_ca = {
sizeof(struct bt_softc), btprobe, btattach
@@ -352,7 +352,7 @@ btprobe(parent, match, aux)
int
btprint(aux, name)
void *aux;
- char *name;
+ const char *name;
{
if (name != NULL)