diff options
| author | Mark Brown <broonie@kernel.org> | 2026-05-29 22:43:23 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-05-29 22:43:23 +0100 |
| commit | 4bc0e6d39b7c764e4345562c4ee398986939d1e0 (patch) | |
| tree | 10e3fc67cf175b52a7b1e5d10d1d1dd66c1a1ee9 /lib | |
| parent | d4fbe67d77c3d934bbae2c1008293d3f1f1377f5 (diff) | |
| parent | ac5fb67f6006bf80128340af67f9512fdaf75ae6 (diff) | |
| download | linux-next-history-4bc0e6d39b7c764e4345562c4ee398986939d1e0.tar.gz | |
Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux.git
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/debugobjects.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debugobjects.c b/lib/debugobjects.c index 772ddabcbe7d3..b18a682fe3da2 100644 --- a/lib/debugobjects.c +++ b/lib/debugobjects.c @@ -1222,7 +1222,7 @@ struct self_test { static __initconst const struct debug_obj_descr descr_type_test; -static bool __init is_static_object(void *addr) +static __noipa bool __init is_static_object(void *addr) { struct self_test *obj = addr; |
