On 03-07-18, 11:08, Jeffrey Hugo wrote:It seems to work. Driver compiles, and loads. Still working on the verification.
On 7/3/2018 12:04 AM, Vinod Koul wrote:
+#if IS_ENABLED(CONFIG_ACPI)
+static const struct acpi_device_id qcom_rng_acpi_match[] = {
+ {
+ .id = "QCOM8160",
+ },
+ {}
+};
+MODULE_DEVICE_TABLE(acpi, msm_rng_acpi_match);
qcom_rng_acpi_match?
Looks like a copy/paste issue. This causes a build failure for me.
I'm trying to see if it works otherwise...
Ah sorry about that, I though I had fixed it, looks like I missed to
fold the fix.
Did it work for you?