Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0be9a196 authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Sascha Hauer
Browse files

ARM: mx3/mx31_3ds: fix compiler warning without CONFIG_USB_ULPI



This fixes:

	arch/arm/mach-mx3/mach-mx31_3ds.c:249: warning: 'mx31_3ds_host2_init' defined but not used

Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
parent 9b1e1ea3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -245,7 +245,7 @@ static int mx31_3ds_usbotg_init(void)
	return err;
}

static int mx31_3ds_host2_init(struct platform_device *pdev)
static int __maybe_unused mx31_3ds_host2_init(struct platform_device *pdev)
{
	int err;