From: Wei Yang Date: Mon, 27 Apr 2015 01:25:09 +0000 (+0800) Subject: powerpc/eeh: fix start/end/flags type in struct pci_io_addr_range{} X-Git-Tag: omap-for-v4.3/legacy-v2-signed~168^2~140 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3721352990ba5eafa7e92a1c9cf86af3a46de151;p=pandora-kernel.git powerpc/eeh: fix start/end/flags type in struct pci_io_addr_range{} struct pci_io_addr_range{} stores the information of pci resources. It would be better to keep these related fields have the same type as in struct resource{}. This patch fixes the start/end/flags type in struct pci_io_addr_range{} to have the same type as in struct resource{}. Signed-off-by: Wei Yang Acked-by: Gavin Shan Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed