From 50a4aa688be2e05464d250686df0d4272b3c8c17 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 13 Feb 2015 07:38:27 +0000 Subject: brcm2708: refresh patches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44433 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ...1-BCM2708_VCIO-Add-automatic-creation-of-device-node.patch | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) mode change 100755 => 100644 target/linux/brcm2708/patches-3.18/0111-BCM2708_VCIO-Add-automatic-creation-of-device-node.patch (limited to 'target/linux/brcm2708/patches-3.18/0111-BCM2708_VCIO-Add-automatic-creation-of-device-node.patch') diff --git a/target/linux/brcm2708/patches-3.18/0111-BCM2708_VCIO-Add-automatic-creation-of-device-node.patch b/target/linux/brcm2708/patches-3.18/0111-BCM2708_VCIO-Add-automatic-creation-of-device-node.patch old mode 100755 new mode 100644 index fc4897c05c..76cde14237 --- a/target/linux/brcm2708/patches-3.18/0111-BCM2708_VCIO-Add-automatic-creation-of-device-node.patch +++ b/target/linux/brcm2708/patches-3.18/0111-BCM2708_VCIO-Add-automatic-creation-of-device-node.patch @@ -8,8 +8,6 @@ Subject: [PATCH 111/114] BCM2708_VCIO : Add automatic creation of device node arch/arm/mach-bcm2709/vcio.c | 12 +++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) -diff --git a/arch/arm/mach-bcm2708/vcio.c b/arch/arm/mach-bcm2708/vcio.c -index 5e43e85..700bff4 100644 --- a/arch/arm/mach-bcm2708/vcio.c +++ b/arch/arm/mach-bcm2708/vcio.c @@ -61,7 +61,7 @@ @@ -21,7 +19,7 @@ index 5e43e85..700bff4 100644 struct vc_mailbox { struct device *dev; /* parent device */ void __iomem *status; -@@ -421,6 +421,13 @@ static int bcm_vcio_probe(struct platform_device *pdev) +@@ -421,6 +421,13 @@ static int bcm_vcio_probe(struct platfor "Failed registering the character device %d\n", ret); return ret; } @@ -45,8 +43,6 @@ index 5e43e85..700bff4 100644 platform_driver_unregister(&bcm_mbox_driver); } -diff --git a/arch/arm/mach-bcm2709/vcio.c b/arch/arm/mach-bcm2709/vcio.c -index 5e43e85..700bff4 100644 --- a/arch/arm/mach-bcm2709/vcio.c +++ b/arch/arm/mach-bcm2709/vcio.c @@ -61,7 +61,7 @@ @@ -58,7 +54,7 @@ index 5e43e85..700bff4 100644 struct vc_mailbox { struct device *dev; /* parent device */ void __iomem *status; -@@ -421,6 +421,13 @@ static int bcm_vcio_probe(struct platform_device *pdev) +@@ -421,6 +421,13 @@ static int bcm_vcio_probe(struct platfor "Failed registering the character device %d\n", ret); return ret; } @@ -82,6 +78,3 @@ index 5e43e85..700bff4 100644 platform_driver_unregister(&bcm_mbox_driver); } --- -1.8.3.2 - -- cgit v1.2.3