On Wed, 6 Mar 2024 22:55:48 +0800 Zou, Steven wrote: > > We are seeing following kernel compilation error while compiling next > > kernel: > > > > "error: dereferencing pointer to incomplete type 'struct dpll_pin'" > > Thanks Mayank! > The patch does not touch 'stuct dpll_pin', I do not think this is caused > by the patch changes. > And the patch is based on the base-commit: > ce1833c065c8c9aec8b147dd682b0ddca8c30071 that I built and loaded the > ice.ko successfully before I submitted the patch. > > Hi Tony, > Do you have any suggestion about this compilation issue?
net-next tree currently has this problem. You can try merging in net which has the fix (it will propagate to net-next on Thursday). Or try changing the compiler, newer Clang and GCC do not generate this error.
