diff options
Diffstat (limited to 'i386/i386at/autoconf.c')
-rw-r--r-- | i386/i386at/autoconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i386/i386at/autoconf.c b/i386/i386at/autoconf.c index 31bb73c..908c3ec 100644 --- a/i386/i386at/autoconf.c +++ b/i386/i386at/autoconf.c @@ -122,7 +122,7 @@ void probeio(void) } void take_dev_irq( - struct bus_device *dev) + const struct bus_device *dev) { int pic = (int)dev->sysdep1; @@ -144,7 +144,7 @@ void take_dev_irq( } void take_ctlr_irq( - struct bus_ctlr *ctlr) + const struct bus_ctlr *ctlr) { int pic = ctlr->sysdep1; if (intpri[pic] == 0) { |