diff options
Diffstat (limited to 'fs/proc/proc_devtree.c')
| -rw-r--r-- | fs/proc/proc_devtree.c | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/proc/proc_devtree.c b/fs/proc/proc_devtree.c index 106a83570630..70779b2fc209 100644 --- a/fs/proc/proc_devtree.c +++ b/fs/proc/proc_devtree.c @@ -14,16 +14,13 @@  #include <linux/of.h>  #include <linux/export.h>  #include <linux/slab.h> -#include <asm/prom.h>  #include <asm/uaccess.h>  #include "internal.h"  static inline void set_node_proc_entry(struct device_node *np,  				       struct proc_dir_entry *de)  { -#ifdef HAVE_ARCH_DEVTREE_FIXUPS  	np->pde = de; -#endif  }  static struct proc_dir_entry *proc_device_tree;  | 
