From e4989c23fe81c5060ef3a4e0e3bb1bb4430d1a76 Mon Sep 17 00:00:00 2001 From: dfr Date: Sat, 8 May 1999 21:59:43 +0000 Subject: Move the declaration of the interrupt type from the driver structure to the BUS_SETUP_INTR call. --- sys/dev/iicbus/iicbus.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/dev/iicbus/iicbus.c') diff --git a/sys/dev/iicbus/iicbus.c b/sys/dev/iicbus/iicbus.c index 12174a2..50e1dd1 100644 --- a/sys/dev/iicbus/iicbus.c +++ b/sys/dev/iicbus/iicbus.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: iicbus.c,v 1.7 1999/01/09 18:08:24 nsouch Exp $ + * $Id: iicbus.c,v 1.8 1999/04/11 02:55:52 eivind Exp $ * */ @@ -114,7 +114,6 @@ static device_method_t iicbus_methods[] = { static driver_t iicbus_driver = { "iicbus", iicbus_methods, - DRIVER_TYPE_MISC, sizeof(struct iicbus_softc), }; -- cgit v1.1