Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Mar 2009 22:04:52 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r189653 - head/sys/dev/cardbus
Message-ID:  <200903102204.n2AM4qJM075049@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Tue Mar 10 22:04:52 2009
New Revision: 189653
URL: http://svn.freebsd.org/changeset/base/189653

Log:
  Restore blank line removed when fixing my earlier botch.  Never do
  just one last change before bed...
  
  Pointy had to: imp

Modified:
  head/sys/dev/cardbus/cardbus.c

Modified: head/sys/dev/cardbus/cardbus.c
==============================================================================
--- head/sys/dev/cardbus/cardbus.c	Tue Mar 10 21:49:51 2009	(r189652)
+++ head/sys/dev/cardbus/cardbus.c	Tue Mar 10 22:04:52 2009	(r189653)
@@ -82,6 +82,7 @@ static int	cardbus_read_ivar(device_t cb
 		    uintptr_t *result);
 static void	cardbus_release_all_resources(device_t cbdev,
 		    struct cardbus_devinfo *dinfo);
+
 /************************************************************************/
 /* Probe/Attach								*/
 /************************************************************************/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903102204.n2AM4qJM075049>