mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +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
d43a1a5594
commit
7aea385332
@@ -879,7 +879,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