On Mon, 2020-05-11 at 14:43 +0300, Kalle Valo wrote: > Luca Coelho <luca@xxxxxxxxx> writes: > > > From: Gil Adam <gil.adam@xxxxxxxxx> > > > > ACPI Device Specific Method (DSM) allows standardized feature > > configuration through the ACPI interface without the namespace > > pollution of the usual mechanism (ACPI method for each feature). > > Add generic function for evaluating DSM objects and function for > > evaluating a DSM with no arguments and a single int return value. > > also implement the required backport for UUID. > > > > Signed-off-by: Gil Adam <gil.adam@xxxxxxxxx> > > Signed-off-by: Luca Coelho <luciano.coelho@xxxxxxxxx> > > [...] > > > -void *iwl_acpi_get_object(struct device *dev, acpi_string method) > > +const static guid_t intel_wifi_guid = GUID_INIT(0xF21202BF, 0x8F78, 0x4DC6, > > Isn't the standard style "static const"? Yep, sorry, I'll fix it. -- Luca.