[POWERPC] Replace use of GET_64BIT(prop, i) with of_read_number().
commit327e22df9ff2e70a88ada88f9833ef682482bddd
authorJon Loeliger <jdl@freescale.com>
Mon, 4 Jun 2007 19:28:44 +0000 (4 14:28 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 3 Jul 2007 07:48:17 +0000 (3 02:48 -0500)
tree98a78dd09d861a41b8084bd856f9ebf246844faf
parentb533f8ae796d1ee0289bf04d4f1e72c02ad4a17d
[POWERPC] Replace use of GET_64BIT(prop, i) with of_read_number().

Remove uses of hack GET_64BIT() property macro and use
the more general of_read_number() function from prom.h
as suggested by Milton.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/kernel/pci_64.c