On Wed, Dec 13, 2023 at 12:04:41AM +0000, Alexander Graf wrote: > +void *kho_get_fdt(void) > +{ > + return fdt; > +} > +EXPORT_SYMBOL_GPL(kho_get_fdt); > + Same question here (and in other places of this code): shouldn't this facility be provided to non-GPL drivers as well? Also a minor nit: "const void *" looks like a cleaner prototype here.