Avoid doubly defining machdep.pccard

This commit is contained in:
msmith 2002-01-08 19:35:27 +00:00
parent 2ea851671c
commit 2e4f2ddc4e
2 changed files with 2 additions and 2 deletions

View File

@ -58,8 +58,6 @@
#define suser_td(a) suser(a)
#endif
SYSCTL_NODE(_machdep, OID_AUTO, pccard, CTLFLAG_RW, 0, "pccard");
/* The following might now be obsolete */
static int pcic_resume_reset = 1;

View File

@ -28,6 +28,8 @@
#ifndef PCCARD_PCCARD_NBK_H
#define PCCARD_PCCARD_NBK_H
SYSCTL_DECL(_machdep_pccard);
struct pccard_device;
extern devclass_t pccard_devclass;