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

Commit 16c9c8e1 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

Revert "uio: constify of_device_id array"



This reverts commit 4d8beff2.

It causes build warnings, and it's incorrect as we do write to this
structure.

Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Cc: Fabian Frederick <fabf@skynet.be>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 86d39839
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -252,7 +252,7 @@ static const struct dev_pm_ops uio_pdrv_genirq_dev_pm_ops = {
};

#ifdef CONFIG_OF
static const struct of_device_id uio_of_genirq_match[] = {
static struct of_device_id uio_of_genirq_match[] = {
	{ /* This is filled with module_parm */ },
	{ /* Sentinel */ },
};