summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pccard.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pccard/pccard.c')
-rw-r--r--sys/pccard/pccard.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/pccard/pccard.c b/sys/pccard/pccard.c
index 3fd3caf..189b043 100644
--- a/sys/pccard/pccard.c
+++ b/sys/pccard/pccard.c
@@ -28,7 +28,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: pccard.c,v 1.62 1998/06/18 15:32:09 bde Exp $
+ * $Id: pccard.c,v 1.63 1998/08/16 01:21:52 bde Exp $
*/
#include "opt_devfs.h"
@@ -184,7 +184,6 @@ pccard_add_driver(struct pccard_device *drv)
drivers = drv;
}
-#ifdef unused
/*
* pccard_remove_driver - called to unlink driver
* from devices. Usually called when drivers are
@@ -217,7 +216,6 @@ pccard_remove_driver(struct pccard_device *drv)
break;
}
}
-#endif
/*
* pccard_remove_controller - Called when the slot
OpenPOWER on IntegriCloud