From: Shimoda, Yoshihiro Date: Thu, 5 Jan 2012 05:08:03 +0000 (+0900) Subject: sh: modify clock-sh7757 for renesas_usbhs X-Git-Tag: v3.3-rc1~91^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1760e371a9038329190f0fdd051776ae76aca083;p=pandora-kernel.git sh: modify clock-sh7757 for renesas_usbhs The renesas_usbhs driver doesn't use the clk functions. So, even if we adds "CLKDEV_DEV_ID("renesas_usbhs.0", ...)" only, we cannot use the USB controller because clk_late_init() will disable the clock by "usb0". So, the patch also removes the "CLKDEV_CON_ID("usb0", ...)". Signed-off-by: Yoshihiro Shimoda Signed-off-by: Paul Mundt --- Reading git-diff-tree failed