usb: remove use of __devinit
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Cc: Peter Korsgaard <jacmet@sunsite.dk> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Acked-by: Felipe Balbi <balbi@ti.com> Cc: Li Yang <leoli@freescale.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Cc: Geoff Levand <geoff@infradead.org> Cc: Wan ZongShun <mcuos.com@gmail.com> Cc: Olav Kongas <ok@artecdesign.ee> Cc: Lennert Buytenhek <kernel@wantstofly.org> Cc: Ben Dooks <ben-linux@fluff.org> Cc: Kukjin Kim <kgene.kim@samsung.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

orang tua
7690417db5
melakukan
41ac7b3ab7
@@ -479,7 +479,7 @@ static struct musb_platform_ops dsps_ops = {
|
||||
|
||||
static u64 musb_dmamask = DMA_BIT_MASK(32);
|
||||
|
||||
static int __devinit dsps_create_musb_pdev(struct dsps_glue *glue, u8 id)
|
||||
static int dsps_create_musb_pdev(struct dsps_glue *glue, u8 id)
|
||||
{
|
||||
struct device *dev = glue->dev;
|
||||
struct platform_device *pdev = to_platform_device(dev);
|
||||
@@ -592,7 +592,7 @@ err0:
|
||||
return ret;
|
||||
}
|
||||
|
||||
static int __devinit dsps_probe(struct platform_device *pdev)
|
||||
static int dsps_probe(struct platform_device *pdev)
|
||||
{
|
||||
struct device_node *np = pdev->dev.of_node;
|
||||
const struct of_device_id *match;
|
||||
|
Reference in New Issue
Block a user