aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pccard
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-02-14 07:00:39 +0000
committerWarner Losh <imp@FreeBSD.org>2005-02-14 07:00:39 +0000
commit78ac8a939188a9433dfd72a53b1ae01f959636aa (patch)
tree7ce64150acacebb116051083a0837934a9439604 /sys/dev/pccard
parent3302cab184339a0eafe9f1bb9125d41276add89a (diff)
Notes
Diffstat (limited to 'sys/dev/pccard')
-rw-r--r--sys/dev/pccard/card_if.m9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/dev/pccard/card_if.m b/sys/dev/pccard/card_if.m
index d5f34122ace0..71c07d9e1cbf 100644
--- a/sys/dev/pccard/card_if.m
+++ b/sys/dev/pccard/card_if.m
@@ -94,15 +94,6 @@ METHOD int detach_card {
}
#
-# Returns the function number for this device.
-#
-METHOD int get_function {
- device_t dev;
- device_t child;
- int *func;
-}
-
-#
# Activates (and powers up if necessary) the card's nth function
# since each function gets its own device, there is no need to
# to specify a function number