summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_lmc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/if_lmc.h')
-rw-r--r--sys/dev/pci/if_lmc.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/pci/if_lmc.h b/sys/dev/pci/if_lmc.h
index 4abb0d055d7..f2afe37df80 100644
--- a/sys/dev/pci/if_lmc.h
+++ b/sys/dev/pci/if_lmc.h
@@ -1,5 +1,5 @@
/*-
- * $NetBSD: if_lmc.h,v 1.14 2008/09/08 23:36:54 gmcgarry Exp $
+ * $NetBSD: if_lmc.h,v 1.15 2008/11/12 12:36:12 ad Exp $
*
* Copyright (c) 2002-2006 David Boggs. (boggs@boggs.palo-alto.ca.us)
* All rights reserved.
@@ -1680,18 +1680,13 @@ static void fbsd_dmamap_load(void *, bus_dma_segment_t *, int, int);
static int nbsd_match(struct device *, struct cfdata *, void *);
static void nbsd_attach(struct device *, struct device *, void *);
static int nbsd_detach(struct device *, int);
-# if defined(LKM)
-int if_lmc_lkmentry(struct lkm_table *, int, int);
-# endif
#endif /* __NetBSD__ */
#if defined(__OpenBSD__)
static int obsd_match(struct device *, void *, void *);
static void obsd_attach(struct device *, struct device *, void *);
static int obsd_detach(struct device *, int);
-# if defined(LKM)
int if_lmc_lkmentry(struct lkm_table *, int, int);
-# endif
#endif /* __OpenBSD__ */
#if defined(__bsdi__)