summaryrefslogtreecommitdiffstats
path: root/fs-proc-devtree-remove_proc_entry.patch
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2014-01-24 07:49:16 -0500
committerJosh Boyer <jwboyer@fedoraproject.org>2014-01-24 07:49:16 -0500
commit7603bfc69d74c9d9cce141583fb141f47773c65f (patch)
treeabf627de74ed17e3e79d8ad0afb7b37956f7f84a /fs-proc-devtree-remove_proc_entry.patch
parentf3545e86bebbb21758a7d94b99bef20f41b40066 (diff)
downloadkernel-7603bfc69d74c9d9cce141583fb141f47773c65f.tar.gz
kernel-7603bfc69d74c9d9cce141583fb141f47773c65f.tar.xz
kernel-7603bfc69d74c9d9cce141583fb141f47773c65f.zip
Linux v3.13-5617-g3aacd62
Diffstat (limited to 'fs-proc-devtree-remove_proc_entry.patch')
-rw-r--r--fs-proc-devtree-remove_proc_entry.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/fs-proc-devtree-remove_proc_entry.patch b/fs-proc-devtree-remove_proc_entry.patch
deleted file mode 100644
index 2a959fd5..00000000
--- a/fs-proc-devtree-remove_proc_entry.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Bugzilla: 818378
-Upstream-status: Sent upstream by Davej in 2012. Pinged again on Dec 17, 2013
-
-diff --git a/fs/proc/proc_devtree.c b/fs/proc/proc_devtree.c
-index 927cbd1..f060f28 100644
---- a/fs/proc/proc_devtree.c
-+++ b/fs/proc/proc_devtree.c
-@@ -233,6 +233,7 @@ void __init proc_device_tree_init(void)
- return;
- root = of_find_node_by_path("/");
- if (root == NULL) {
-+ remove_proc_entry("device-tree", NULL);
- pr_debug("/proc/device-tree: can't find root\n");
- return;
- }