summaryrefslogtreecommitdiffstats
path: root/sys/pci/isp_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/isp_pci.c')
-rw-r--r--sys/pci/isp_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/isp_pci.c b/sys/pci/isp_pci.c
index 8619d49..43dad60 100644
--- a/sys/pci/isp_pci.c
+++ b/sys/pci/isp_pci.c
@@ -129,7 +129,7 @@ static struct ispmdvec mdvec_2100 = {
#define MEM_MAP_REG 0x14
-static char *isp_pci_probe __P((pcici_t tag, pcidi_t type));
+static const char *isp_pci_probe __P((pcici_t tag, pcidi_t type));
static void isp_pci_attach __P((pcici_t config_d, int unit));
/* This distinguishing define is not right, but it does work */
@@ -196,7 +196,7 @@ struct pci_device isp_pci_driver = {
DATA_SET (pcidevice_set, isp_pci_driver);
-static char *
+static const char *
isp_pci_probe(tag, type)
pcici_t tag;
pcidi_t type;
OpenPOWER on IntegriCloud