mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Zap some cut-paste code that isn't used. It #included "apm.h" and
an apm include file but had no other apm references.
This commit is contained in:
parent
c90137a386
commit
11580d3723
3 changed files with 0 additions and 16 deletions
|
|
@ -78,11 +78,6 @@ extern struct ncv_softc *ncvdata[];
|
|||
#define OFFSET_KME_KXLC004_01 0x10
|
||||
|
||||
/* pccard support */
|
||||
#include "apm.h"
|
||||
#if NAPM > 0
|
||||
#include <machine/apm_bios.h>
|
||||
#endif /* NAPM > 0 */
|
||||
|
||||
#include "card.h"
|
||||
#if NCARD > 0
|
||||
#include <sys/kernel.h>
|
||||
|
|
|
|||
|
|
@ -73,12 +73,6 @@ extern struct nsp_softc *nspdata[];
|
|||
#define NSP_HOSTID 7
|
||||
|
||||
/* pccard support */
|
||||
|
||||
#include "apm.h"
|
||||
#if NAPM > 0
|
||||
#include <machine/apm_bios.h>
|
||||
#endif
|
||||
|
||||
#include "card.h"
|
||||
#if NCARD > 0
|
||||
#include <sys/kernel.h>
|
||||
|
|
|
|||
|
|
@ -79,11 +79,6 @@ extern struct stg_softc *stgdata[];
|
|||
#define STG_HOSTID 7
|
||||
|
||||
/* pccard support */
|
||||
#include "apm.h"
|
||||
#if NAPM > 0
|
||||
#include <machine/apm_bios.h>
|
||||
#endif
|
||||
|
||||
#include "card.h"
|
||||
#if NCARD > 0
|
||||
#include <sys/kernel.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue