mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-24 17:07:56 +00:00
Improve PRCI driver to reduce the complexity, we remove the SoCs C files
by putting all stuff in each SoCs header files, and include these
SoCs-specific header files in core of PRCI. It can also avoid the W=1
kernel build warnings about variable defined but not used
[-Wunused-const-variable=], like commit
|
||
|---|---|---|
| .. | ||
| fu540-prci.h | ||
| fu740-prci.h | ||
| Kconfig | ||
| Makefile | ||
| sifive-prci.c | ||
| sifive-prci.h | ||