aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cardbus
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2009-03-10 22:04:52 +0000
committerWarner Losh <imp@FreeBSD.org>2009-03-10 22:04:52 +0000
commit41f0c915177801f8dc3eea634382b883cc54ec65 (patch)
tree542c52338b85500d04af56cb90e552d7cb1ef75a /sys/dev/cardbus
parent316065cda9229729140becbcffa6b338e10c4acb (diff)
downloadsrc-41f0c915177801f8dc3eea634382b883cc54ec65.tar.gz
src-41f0c915177801f8dc3eea634382b883cc54ec65.zip
Restore blank line removed when fixing my earlier botch. Never do
just one last change before bed... Pointy had to: imp
Notes
Notes: svn path=/head/; revision=189653
Diffstat (limited to 'sys/dev/cardbus')
-rw-r--r--sys/dev/cardbus/cardbus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/cardbus/cardbus.c b/sys/dev/cardbus/cardbus.c
index 0054c42e47c5..75e3339152b9 100644
--- a/sys/dev/cardbus/cardbus.c
+++ b/sys/dev/cardbus/cardbus.c
@@ -82,6 +82,7 @@ static int cardbus_read_ivar(device_t cbdev, device_t child, int which,
uintptr_t *result);
static void cardbus_release_all_resources(device_t cbdev,
struct cardbus_devinfo *dinfo);
+
/************************************************************************/
/* Probe/Attach */
/************************************************************************/