Staging: comedi: fix bus_id use in jr3_pci driver

bus_id is going away, so don't use it.

Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: David Schleef <ds@schleef.org>
Cc: Frank Mori Hess <fmhess@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Greg Kroah-Hartman 2009-02-19 11:24:06 -08:00
parent 9afbebe411
commit 6fadb98d3d
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ static void comedi_fw_release(struct device *dev)
}
static struct device comedi_fw_device = {
.bus_id = "comedi",
.init_name = "comedi",
.release = comedi_fw_release
};