On Tue, Jan 17, 2023 at 02:22:38PM +0200, Sakari Ailus wrote: > Parse newly added ACPI _CRS CSI-2 descriptor for CSI-2 and camera > configuration. For now, only figure out where the descriptor is present in > order to allow adding information from it to related devices. ... > +/* > + * MIPI DisCo for Imaging support. > + * > + * Copyright (C) 2022 Intel Corporation 2023? > + */ ... > +#include <linux/acpi.h> > +#include <linux/module.h> > +#include <linux/kernel.h> Not sure why you need this one instead of corresponding types.h and might be a few others (seems list.h, string.h at least). > +#include <linux/overflow.h> > +#include <linux/slab.h> > +#include <linux/sort.h> -- With Best Regards, Andy Shevchenko