From ea3b58532a0b13cc8569ef3e1fb7a242ef4a8e79 Mon Sep 17 00:00:00 2001 From: Sven Schnelle Date: Wed, 20 Apr 2011 09:05:37 +0000 Subject: PC87384: remove unused init function Signed-off-by: Sven Schnelle Acked-by: Sven Schnelle git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6529 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/superio/nsc/pc87384/superio.c | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/superio/nsc/pc87384') diff --git a/src/superio/nsc/pc87384/superio.c b/src/superio/nsc/pc87384/superio.c index b6ac07c7fd..11ddc822aa 100644 --- a/src/superio/nsc/pc87384/superio.c +++ b/src/superio/nsc/pc87384/superio.c @@ -30,25 +30,11 @@ #include "chip.h" #include "pc87384.h" -static void init(device_t dev) -{ - struct superio_nsc_pc87384_config *conf = dev->chip_info; - - if (!dev->enabled) - return; - - switch(dev->path.pnp.device) { - case PC87384_GPIO: - break; - } -} - static struct device_operations ops = { .read_resources = pnp_read_resources, .set_resources = pnp_set_resources, .enable_resources = pnp_enable_resources, .enable = pnp_enable, - .init = init, }; static struct pnp_info pnp_dev_info[] = { -- cgit v1.2.3