summaryrefslogtreecommitdiffstats
path: root/sys/pccard/slot.h
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1997-10-23 00:51:29 +0000
committernate <nate@FreeBSD.org>1997-10-23 00:51:29 +0000
commit251c8be0fea380036a44081998448805786b16fb (patch)
tree35abb29a0a1a508ec395e0b4ca98a0d010be7d9e /sys/pccard/slot.h
parentc6dc89058696661433717cb5b9f178a24e40d8a0 (diff)
downloadFreeBSD-src-251c8be0fea380036a44081998448805786b16fb.zip
FreeBSD-src-251c8be0fea380036a44081998448805786b16fb.tar.gz
- Simplify code by removing a variable which was initialized once, never
modified, and was expected to have the initialized value.
Diffstat (limited to 'sys/pccard/slot.h')
-rw-r--r--sys/pccard/slot.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/pccard/slot.h b/sys/pccard/slot.h
index 38e64ea..7ad82c3 100644
--- a/sys/pccard/slot.h
+++ b/sys/pccard/slot.h
@@ -130,7 +130,6 @@ struct slot {
struct power pwr; /* Power values */
struct slot_ctrl *ctrl; /* Per-controller data */
void *cdata; /* Controller specific data */
- int suspend_power; /* Leave powered on during suspend */
int pwr_off_pending;/* Power status of slot */
#ifdef DEVFS
void *devfs_token;
OpenPOWER on IntegriCloud