zephyr/arch/x86
Gerard Marull-Paretas e0125d04af devices: constify statically initialized device pointers
It is frequent to find variable definitions like this:

```c
static const struct device *dev = DEVICE_DT_GET(...)
```

That is, module level variables that are statically initialized with a
device reference. Such value is, in most cases, never changed meaning
the variable can also be declared as const (immutable). This patch
constifies all such cases.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-08-19 11:51:26 +02:00
..
core devices: constify statically initialized device pointers 2022-08-19 11:51:26 +02:00
include arch: migrate includes to <zephyr/...> 2022-05-06 19:57:22 +02:00
zefi arch: comply to coding guidelines MISRA C:2012 Rule 14.4 2022-07-20 09:28:38 -05:00
CMakeLists.txt
gen_gdt.py everywhere: fix typos 2022-03-14 20:22:24 -04:00
gen_idt.py scripts/arch: remove usage of deprecated LooseVersion 2021-11-19 19:16:11 -05:00
gen_mmu.py everywhere: fix typos 2022-03-14 20:22:24 -04:00
ia32.cmake cmake: oneApi: add oneApi support on windows. 2021-07-27 07:20:12 -04:00
intel64.cmake
Kconfig arch: x86: Fix cache-related Kconfig symbols 2022-08-18 11:30:49 +00:00
timing.c arch: migrate includes to <zephyr/...> 2022-05-06 19:57:22 +02:00