From 6bfe64015d0818752c85fffeea6291ad4edcca8f Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Wed, 18 Feb 2015 16:50:20 -0500 Subject: Linux v3.19-8784-gb2b89ebfc0f0 --- kernel-arm64.patch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'kernel-arm64.patch') diff --git a/kernel-arm64.patch b/kernel-arm64.patch index 0b84c4f54..b7edb527c 100644 --- a/kernel-arm64.patch +++ b/kernel-arm64.patch @@ -17788,10 +17788,10 @@ index 44b1537..a4a53a7 100644 } static void xgene_enet_setup_ops(struct xgene_enet_pdata *pdata) -@@ -1030,17 +1027,17 @@ static const struct acpi_device_id xgene_enet_acpi_match[] = { - MODULE_DEVICE_TABLE(acpi, xgene_enet_acpi_match); +@@ -1031,18 +1031,18 @@ MODULE_DEVICE_TABLE(acpi, xgene_enet_acpi_match); #endif + #ifdef CONFIG_OF -static struct of_device_id xgene_enet_of_match[] = { +static struct of_device_id xgene_enet_match[] = { {.compatible = "apm,xgene-enet",}, @@ -17800,6 +17800,7 @@ index 44b1537..a4a53a7 100644 -MODULE_DEVICE_TABLE(of, xgene_enet_of_match); +MODULE_DEVICE_TABLE(of, xgene_enet_match); + #endif static struct platform_driver xgene_enet_driver = { .driver = { -- cgit