mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
drivers: usb: gadget: rndis: Fix section mismatch warning
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
committed by
Colin Cross
parent
a9459724d5
commit
d046c853ab
@@ -880,7 +880,7 @@ fail:
|
||||
#ifdef CONFIG_USB_ANDROID_RNDIS
|
||||
#include "rndis.c"
|
||||
|
||||
static int __init rndis_probe(struct platform_device *pdev)
|
||||
static int rndis_probe(struct platform_device *pdev)
|
||||
{
|
||||
rndis_pdata = pdev->dev.platform_data;
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user