Commit 269b83dc authored by Arnaud Patard (Rtp)'s avatar Arnaud Patard (Rtp) Committed by Greg Kroah-Hartman
Browse files

usbmisc_imx: allow autoloading on according to dt ids



Allow udev to autoload the module when booting with device-tree

Signed-off-by: default avatarArnaud Patard <arnaud.patard@rtp-net.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 848d5b91
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -175,6 +175,7 @@ static const struct of_device_id usbmisc_imx_dt_ids[] = {
	},
	{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, usbmisc_imx_dt_ids);

static int usbmisc_imx_probe(struct platform_device *pdev)
{