summaryrefslogtreecommitdiff
path: root/src/superio/nsc
diff options
context:
space:
mode:
authorSven Schnelle <svens@stackframe.org>2011-04-20 09:05:37 +0000
committerSven Schnelle <svens@stackframe.org>2011-04-20 09:05:37 +0000
commitd964e7099723345470bc64d1c05c6734defe9488 (patch)
tree7a7bcc19caaf6e142c505a7c9307ea10a13bc9b8 /src/superio/nsc
parent0e80341e54830749f17632f6e51fc97942ecd496 (diff)
PC87384: remove unused init function
Signed-off-by: Sven Schnelle <svens@stackframe.org> Acked-by: Sven Schnelle <svens@stackframe.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6529 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio/nsc')
-rw-r--r--src/superio/nsc/pc87384/superio.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/superio/nsc/pc87384/superio.c b/src/superio/nsc/pc87384/superio.c
index b6ac07c7f..11ddc822a 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[] = {