svn commit: r189653 - head/sys/dev/cardbus

Warner Losh imp at FreeBSD.org
Tue Mar 10 15:04:53 PDT 2009


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								*/
 /************************************************************************/


More information about the svn-src-all mailing list