Date: Tue, 10 Mar 2009 17:54:04 +0000 (UTC) From: "George V. Neville-Neil" <gnn@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r189636 - head/sys/dev/cardbus Message-ID: <200903101754.n2AHs408069347@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gnn Date: Tue Mar 10 17:54:04 2009 New Revision: 189636 URL: http://svn.freebsd.org/changeset/base/189636 Log: Complete removal of cardbus_write_ivar which was left hanging. Modified: head/sys/dev/cardbus/cardbus.c Modified: head/sys/dev/cardbus/cardbus.c ============================================================================== --- head/sys/dev/cardbus/cardbus.c Tue Mar 10 17:48:49 2009 (r189635) +++ head/sys/dev/cardbus/cardbus.c Tue Mar 10 17:54:04 2009 (r189636) @@ -82,9 +82,6 @@ static int cardbus_read_ivar(device_t cb uintptr_t *result); static void cardbus_release_all_resources(device_t cbdev, struct cardbus_devinfo *dinfo); -static int cardbus_write_ivar(device_t cbdev, device_t child, int which, - uintptr_t value); - /************************************************************************/ /* Probe/Attach */ /************************************************************************/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903101754.n2AHs408069347>