aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708/patches-3.18/0111-BCM2708_VCIO-Add-automatic-creation-of-device-node.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-02-13 07:38:27 +0000
committerJohn Crispin <blogic@openwrt.org>2015-02-13 07:38:27 +0000
commit50a4aa688be2e05464d250686df0d4272b3c8c17 (patch)
tree2b2acdd9795e115eaece266c0323367885de17bd /target/linux/brcm2708/patches-3.18/0111-BCM2708_VCIO-Add-automatic-creation-of-device-node.patch
parentdb3443e8953c04280ecfefba9b36aed9176c4abc (diff)
downloadmaster-187ad058-50a4aa688be2e05464d250686df0d4272b3c8c17.tar.gz
master-187ad058-50a4aa688be2e05464d250686df0d4272b3c8c17.tar.bz2
master-187ad058-50a4aa688be2e05464d250686df0d4272b3c8c17.zip
brcm2708: refresh patches
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44433 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm2708/patches-3.18/0111-BCM2708_VCIO-Add-automatic-creation-of-device-node.patch')
-rw-r--r--[-rwxr-xr-x]target/linux/brcm2708/patches-3.18/0111-BCM2708_VCIO-Add-automatic-creation-of-device-node.patch11
1 files changed, 2 insertions, 9 deletions
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
index fc4897c05c..76cde14237 100755..100644
--- 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
-