From d62d6373edc307b540f9369298e260f67e2019ac Mon Sep 17 00:00:00 2001 From: piso Date: Tue, 6 Mar 2007 11:44:11 +0000 Subject: Remove a useless cast from void * to struct ppb_device *. --- sys/dev/ppbus/ppbconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/ppbus') diff --git a/sys/dev/ppbus/ppbconf.c b/sys/dev/ppbus/ppbconf.c index 40851d6..cb5da93 100644 --- a/sys/dev/ppbus/ppbconf.c +++ b/sys/dev/ppbus/ppbconf.c @@ -421,7 +421,7 @@ ppbus_setup_intr(device_t bus, device_t child, struct resource *r, int flags, { int error; struct ppb_data *ppb = DEVTOSOFTC(bus); - struct ppb_device *ppbdev = (struct ppb_device *)device_get_ivars(child); + struct ppb_device *ppbdev = device_get_ivars(child); /* a device driver must own the bus to register an interrupt */ if (ppb->ppb_owner != child) -- cgit v1.1