On Wed, Feb 03, 2021 at 11:58:47PM -0800, Alex Nemirovsky wrote: > +static uintptr_t *cortina_uart_ports; Note, "uintptr_t" is not a valid kernel type. Please use a pointer to a real thing, no void pointers please. thanks, greg k-h
On Wed, Feb 03, 2021 at 11:58:47PM -0800, Alex Nemirovsky wrote: > +static uintptr_t *cortina_uart_ports; Note, "uintptr_t" is not a valid kernel type. Please use a pointer to a real thing, no void pointers please. thanks, greg k-h