diff options
Diffstat (limited to 'sys/dev/ieee488/pcii.c')
-rw-r--r-- | sys/dev/ieee488/pcii.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ieee488/pcii.c b/sys/dev/ieee488/pcii.c index ab59545..574f351 100644 --- a/sys/dev/ieee488/pcii.c +++ b/sys/dev/ieee488/pcii.c @@ -79,7 +79,7 @@ static device_method_t pcii_methods[] = { static driver_t pcii_driver = { "pcii", pcii_methods, - sizeof(struct pcii_softc *), + sizeof(struct pcii_softc), }; static int |