USB: r8a66597-hcd: use platform_data instead of module_param
authorYoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
Tue, 26 May 2009 09:24:34 +0000 (18:24 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 16 Jun 2009 04:44:46 +0000 (21:44 -0700)
commit5effabbe9e6e0089f7afdde35cb51e8c8b4cf6bc
treed70e441a981a850a2df1bef79a75b8bad27bccf7
parent32ebbe7b6ad44ae9c276419710b56de6ba705303
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 <shimoda.yoshihiro@renesas.com>
Reviewed-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/r8a66597-hcd.c
drivers/usb/host/r8a66597.h
include/linux/usb/r8a66597.h [new file with mode: 0644]