Complete removal of cardbus_write_ivar which was left hanging.

This commit is contained in:
George V. Neville-Neil 2009-03-10 17:54:04 +00:00
parent 30e239fe64
commit 7b77311219
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=189636

View File

@ -82,9 +82,6 @@ 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);
static int cardbus_write_ivar(device_t cbdev, device_t child, int which,
uintptr_t value);
/************************************************************************/
/* Probe/Attach */
/************************************************************************/