diff options
author | Rikard Falkeborn <[email protected]> | 2022-03-31 00:32:52 +0200 |
---|---|---|
committer | Marcel Holtmann <[email protected]> | 2022-05-13 13:05:48 +0200 |
commit | bf7380e224f98a29ff6290beb2ea026f0a044a8c (patch) | |
tree | 3d3f9513a96fd2fa0eeced860d6209df934c0f63 /net/lapb/lapb_timer.c | |
parent | 31396dd53f32d5d82655d84ab31e193ace836688 (diff) |
Bluetooth: btintel: Constify static struct regmap_bus
The only usage of regmap_ibt is to (after the regmap_init() macro is
expanded), pass its address to __regmap_init(), which takes a pointer to
const struct regmap_bus as input. Make it const to allow the compiler to
put it in read-only memory.
Signed-off-by: Rikard Falkeborn <[email protected]>
Signed-off-by: Marcel Holtmann <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions