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:
Peter Wemm 2001-01-19 13:55:08 +00:00
parent c90137a386
commit 11580d3723
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71260
3 changed files with 0 additions and 16 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>