diff options
| author | Mark Brown <broonie@kernel.org> | 2026-05-29 22:42:51 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-05-29 22:42:51 +0100 |
| commit | be903a07c6e4ce23a11c38a46ba0005e7627f58a (patch) | |
| tree | 3367b193b7b4268f9b1afb57dd3d3fc3296e5f2c /include | |
| parent | 673ae5a6c0d932f536f249b89227e38fb1b22a30 (diff) | |
| parent | 576e40d20e100ba62e21bfda94ad948820c90a23 (diff) | |
| download | linux-next-history-be903a07c6e4ce23a11c38a46ba0005e7627f58a.tar.gz | |
Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/tifm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/tifm.h b/include/linux/tifm.h index 44073d06710f6..752fcfae27fe3 100644 --- a/include/linux/tifm.h +++ b/include/linux/tifm.h @@ -97,7 +97,7 @@ struct tifm_dev { }; struct tifm_driver { - struct tifm_device_id *id_table; + const struct tifm_device_id *id_table; int (*probe)(struct tifm_dev *dev); void (*remove)(struct tifm_dev *dev); int (*suspend)(struct tifm_dev *dev, |
