From: Yoshihiro Shimoda Date: Tue, 26 May 2009 09:24:34 +0000 (+0900) Subject: USB: r8a66597-hcd: use platform_data instead of module_param X-Git-Tag: v2.6.31-rc1~304^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5effabbe9e6e0089f7afdde35cb51e8c8b4cf6bc;p=pandora-kernel.git USB: r8a66597-hcd: use platform_data instead of module_param CPU/board specific parameters (PLL clock, vif etc...) can be set by platform_data instead of module_param. v2: remove irq_sense member in platform_data because it can OR in IRQF_TRIGGER_LOW or IRQF_TRIGGER_FALLING against IORESOURCE_IRQ in the struct resource. Signed-off-by: Yoshihiro Shimoda Reviewed-by: Paul Mundt Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed