mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08: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 | ||