From ffb6748fa988927270cafb4d0988e42545b35f82 Mon Sep 17 00:00:00 2001 From: Keshava Munegowda Date: Tue, 14 Sep 2010 04:40:01 +0530 Subject: [PATCH] usb: omap: ohci: Missing driver unregister in module exit The un-registration of OHCI driver was not done in the ohci_hcd_mod_exit function. This was affecting rmmod command not to work for OMAP3 platforms. The platform driver un-registration for OMAP3 platforms is perfomed while removing the OHCI module from kernel. Signed-off-by: Keshava Munegowda Signed-of-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed