diff options
Diffstat (limited to 'sys/pci/meteor.c')
-rw-r--r-- | sys/pci/meteor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/meteor.c b/sys/pci/meteor.c index 96d6b21..f81578d 100644 --- a/sys/pci/meteor.c +++ b/sys/pci/meteor.c @@ -197,7 +197,7 @@ static meteor_reg_t meteor[NMETEOR]; #define METPRI (PZERO+8)|PCATCH -static char* met_probe (pcici_t tag, pcidi_t type); +static const char* met_probe (pcici_t tag, pcidi_t type); static void met_attach(pcici_t tag, int unit); static u_long met_count; @@ -517,7 +517,7 @@ register int err = 0; } #undef i2c_print -static char * +static const char * met_probe (pcici_t tag, pcidi_t type) { |