diff options
| author | Mark Brown <broonie@kernel.org> | 2024-10-29 14:33:54 +0000 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2024-10-29 14:33:54 +0000 |
| commit | 336f0fbf510880f7b2f9ea7e473fefc02222070c (patch) | |
| tree | 0c92b6c9f51d68f1260063a9a2175f314d5de09b /rust/bindgen_parameters | |
| parent | caf78b0465053c23aa6211b9815dd5433766627d (diff) | |
| parent | 8e929cb546ee42c9a61d24fae60605e9e3192354 (diff) | |
| download | lwn-336f0fbf510880f7b2f9ea7e473fefc02222070c.tar.gz lwn-336f0fbf510880f7b2f9ea7e473fefc02222070c.zip | |
regmap: Merge up fixes from v6.12-rc3
For the benefit of CI.
Diffstat (limited to 'rust/bindgen_parameters')
| -rw-r--r-- | rust/bindgen_parameters | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rust/bindgen_parameters b/rust/bindgen_parameters index a721d466bee4..b7c7483123b7 100644 --- a/rust/bindgen_parameters +++ b/rust/bindgen_parameters @@ -24,3 +24,8 @@ # These functions use the `__preserve_most` calling convention, which neither bindgen # nor Rust currently understand, and which Clang currently declares to be unstable. --blocklist-function __list_.*_report + +# These constants are sometimes not recognized by bindgen depending on config. +# We use const helpers to aid bindgen, to avoid conflicts when constants are +# recognized, block generation of the non-helper constants. +--blocklist-item ARCH_SLAB_MINALIGN |
