Re: [PATCH] acpi, nfit: Move acpi_nfit_get_security_ops() to generic location

2018-09-27 Thread Dave Jiang
On 09/26/2018 07:22 PM, Dan Williams wrote: > In anticipation of other DIMMs adding security operations support, don't > require them to edit intel.h. Instead have intel.h optionally arrange > for intel_security_ops to be NULL or not based on build parameters. > > Signed-off-by: Dan Williams

[PATCH] acpi, nfit: Move acpi_nfit_get_security_ops() to generic location

2018-09-26 Thread Dan Williams
In anticipation of other DIMMs adding security operations support, don't require them to edit intel.h. Instead have intel.h optionally arrange for intel_security_ops to be NULL or not based on build parameters. Signed-off-by: Dan Williams --- drivers/acpi/nfit/core.c | 10 ++