From 132db99ae2c6f6a586fc932507fcf4484d90c8fa Mon Sep 17 00:00:00 2001 From: Russell King Date: Thu, 26 Jan 2012 10:52:34 +0000 Subject: [PATCH] USB: sa1111: reorganize ohci-sa1111.c Combine usb_hcd_sa1111_probe() and ohci_hcd_sa1111_drv_probe(), doing the same for the remove methods. Move sa1111_start_hc and sa1111_stop_hc to be located next to these the probe/release functions, as they're only called from them. Get rid of the /*----*/ breaker lines. Acked-by: Greg Kroah-Hartman Signed-off-by: Russell King --- Reading git-format-patch failed