mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-17 20:54:10 +00:00
Revert "uio: constify of_device_id array"
This reverts commit 4d8beff2ae
.
It causes build warnings, and it's incorrect as we do write to this
structure.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
86d39839bc
commit
16c9c8e1ae
1 changed files with 1 additions and 1 deletions
|
@ -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 */ },
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue