]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - include/linux/of.h
of: Remove old and misplaced function declarations
authorGrant Likely <grant.likely@secretlab.ca>
Sun, 14 Feb 2010 14:13:38 +0000 (07:13 -0700)
committerGrant Likely <grant.likely@secretlab.ca>
Sun, 14 Feb 2010 14:13:38 +0000 (07:13 -0700)
commit21b082ecdd7e6b8a5eba2cc013cae41b24de7f51
tree092dd22d7e14c86d84d6f42c87dca39cdcb7b1fb
parent04b954a673dd02f585a2769c4945a43880faa989
of: Remove old and misplaced function declarations

The following functions don't exist:
  finish_device_tree()
  print_properties()
  prom_n_intr_cells()
  prom_get_irq_senses()

The following functions are in drivers/of/base.c, so the declaration
belongs in of.h instead of of_fdt.h
  of_machine_is_compatible()
  prom_add_property()
  prom_remove_property()
  prom_update_property()

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Michal Simek <monstr@monstr.eu>
include/linux/of.h
include/linux/of_fdt.h