--- zzzz-none-000/linux-4.1.52/include/linux/io.h 2018-05-28 02:26:45.000000000 +0000 +++ bcm63-7530ax-731/linux-4.1.52/include/linux/io.h 2022-03-02 11:37:13.000000000 +0000 @@ -100,13 +100,13 @@ * to have no effect. */ #ifndef arch_phys_wc_add -static inline int __must_check arch_phys_wc_add(unsigned long base, - unsigned long size) +static inline int __must_check arch_phys_wc_add(unsigned long base __maybe_unused, + unsigned long size __maybe_unused) { return 0; /* It worked (i.e. did nothing). */ } -static inline void arch_phys_wc_del(int handle) +static inline void arch_phys_wc_del(int handle __maybe_unused) { }