From: Sachin Sant Date: Mon, 16 Feb 2009 13:40:11 +0000 (+0530) Subject: USB: FHCI: use dev_name() in place of bus_id. X-Git-Tag: v2.6.30-rc1~671^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6866ac9db02ac1ec71f2aa720a1019581f69a725;p=pandora-kernel.git USB: FHCI: use dev_name() in place of bus_id. Replace references to bus_id with dev_name() to fix fhci driver build break. drivers/usb/host/fhci-hcd.c:586: error: struct device has no member named bus_id drivers/usb/host/fhci-hcd.c:653: error: struct device has no member named bus_id drivers/usb/host/fhci-dbg.c:111: error: struct device has no member named bus_id Signed-off-by: Sachin Sant Acked-by: Anton Vorontsov Cc: Kay Sievers Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed