From: Ajay Kumar Gupta Date: Fri, 31 Aug 2012 11:09:50 +0000 (+0000) Subject: usb: musb: kill global and static for multi instance X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~73^2~138^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d2421e68cb8a159963641eab72f8f8ba1c7f7b0;p=pandora-kernel.git usb: musb: kill global and static for multi instance Moved global variable "musb_debugfs_root" and static variable "old_state" to 'struct musb' to help support multi instance of musb controller as present on AM335x platform. Also removed the global variable "orig_dma_mask" and filled the dev->dma_mask with parent device's dma_mask. Signed-off-by: Ajay Kumar Gupta Signed-off-by: Santhapuri, Damodar Signed-off-by: Ravi Babu Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed