• J
    of: include linux/proc_fs.h · a9f2f63a
    Jeremy Kerr 提交于
    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: NJeremy Kerr <jeremy.kerr@canonical.com>
    Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
    a9f2f63a
base.c 24.1 KB