diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-01-14 20:05:07 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-01-14 20:05:07 +0000 |
commit | bc29e9e720e9ca8a392d1a5b7edfb0a1c9e68a3a (patch) | |
tree | dad3eb6bf43e9fdffac51ca8eef417ac47c27896 /sys/dev/ic | |
parent | dc020d5edad184ce0746299844a3d25b9cbc3264 (diff) |
Move isa-specific members of struct lm_softc into lm_isa.c.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/lm78var.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/ic/lm78var.h b/sys/dev/ic/lm78var.h index 69d08a7843a..862e7444e64 100644 --- a/sys/dev/ic/lm78var.h +++ b/sys/dev/ic/lm78var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: lm78var.h,v 1.1 2006/01/14 15:14:33 kettenis Exp $ */ +/* $OpenBSD: lm78var.h,v 1.2 2006/01/14 20:05:06 kettenis Exp $ */ /* * Copyright (c) 2005, 2006 Mark Kettenis @@ -130,10 +130,6 @@ struct lm_sensor { struct lm_softc { struct device sc_dev; - bus_space_tag_t lm_iot; - bus_space_handle_t lm_ioh; - - int sc_flags; struct sensor sensors[WB_MAX_SENSORS]; struct lm_sensor *lm_sensors; u_int numsensors; |