diff options
| author | Mark Brown <broonie@kernel.org> | 2026-01-06 20:39:06 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-01-06 20:39:06 +0300 |
| commit | 36227ab99a781a02b3448b79fb15f2a20dc7f10b (patch) | |
| tree | 8380702521855a595e2e4e92714ae287a76eee17 /tools/scripts | |
| parent | 96d337436fe0921177a6090aeb5bb214753654fc (diff) | |
| parent | 75d208bddcca55ec31481420fbb4d6c9703ba195 (diff) | |
| download | linux-36227ab99a781a02b3448b79fb15f2a20dc7f10b.tar.xz | |
spi: st: use pm_ptr and remove __maybe_unused
Merge series from Alain Volmat <alain.volmat@foss.st.com>:
Update ST related SPI drivers in order to remove the __maybe_unused
statements on pm related functions thanks to the usage of pm_ptr.
Diffstat (limited to 'tools/scripts')
| -rw-r--r-- | tools/scripts/syscall.tbl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/scripts/syscall.tbl b/tools/scripts/syscall.tbl index d1ae5e92c615..e74868be513c 100644 --- a/tools/scripts/syscall.tbl +++ b/tools/scripts/syscall.tbl @@ -410,3 +410,4 @@ 467 common open_tree_attr sys_open_tree_attr 468 common file_getattr sys_file_getattr 469 common file_setattr sys_file_setattr +470 common listns sys_listns |
