Remove unused structure.

This commit is contained in:
jakllsch 2013-10-07 19:37:24 +00:00
parent 94de07308f
commit fb7ab073c5
1 changed files with 3 additions and 8 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: nside.c,v 1.7 2012/07/31 15:50:36 bouyer Exp $ */
/* $NetBSD: nside.c,v 1.8 2013/10/07 19:37:24 jakllsch Exp $ */
/*
* Copyright (c) 1999, 2000, 2001 Manuel Bouyer.
@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nside.c,v 1.7 2012/07/31 15:50:36 bouyer Exp $");
__KERNEL_RCSID(0, "$NetBSD: nside.c,v 1.8 2013/10/07 19:37:24 jakllsch Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -45,12 +45,7 @@ static void natsemi_irqack(struct ata_channel *);
static int nside_match(device_t, cfdata_t, void *);
static void nside_attach(device_t, device_t, void *);
struct nside_softc {
struct pciide_softc pciide_sc;
struct pci_attach_args pcib_pa;
};
CFATTACH_DECL_NEW(nside, sizeof(struct nside_softc),
CFATTACH_DECL_NEW(nside, sizeof(struct pciide_softc),
nside_match, nside_attach, NULL, NULL);
static const struct pciide_product_desc pciide_natsemi_products[] = {