summaryrefslogtreecommitdiffstats
path: root/fs/proc/proc_devtree.c
diff options
context:
space:
mode:
authorJeremy Kerr2010-02-02 05:34:14 +0100
committerGrant Likely2010-02-09 16:34:09 +0100
commita9f2f63a671d5e91ed89ade408d87f1692a373de (patch)
tree618ed3a2bf03760a19eb324d07c98a43b372a9db /fs/proc/proc_devtree.c
parentof/flattree: merge early_init_dt_scan_memory() common code (diff)
downloadkernel-qcow2-linux-a9f2f63a671d5e91ed89ade408d87f1692a373de.tar.gz
kernel-qcow2-linux-a9f2f63a671d5e91ed89ade408d87f1692a373de.tar.xz
kernel-qcow2-linux-a9f2f63a671d5e91ed89ade408d87f1692a373de.zip
of: include linux/proc_fs.h
We use a few procfs-specific functions (eg, proc_device_tree_*) which aren't covered by the current includes. This causes the following build error on arm: drivers/of/base.c: In function 'prom_add_property': drivers/of/base.c:861: error: implicit declaration of function 'proc_device_tree_add_prop' drivers/of/base.c: In function 'prom_remove_property': drivers/of/base.c:902: error: implicit declaration of function 'proc_device_tree_remove_prop' drivers/of/base.c: In function 'prom_update_property': drivers/of/base.c:946: error: implicit declaration of function 'proc_device_tree_update_prop' Add proc_fs.h for these prototypes. Signed-off-by: Jeremy Kerr <jeremy.kerr@canonical.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'fs/proc/proc_devtree.c')
0 files changed, 0 insertions, 0 deletions