From: Bjorn Helgaas Date: Mon, 6 Jan 2014 21:39:40 +0000 (-0700) Subject: agp/intel: Rename gtt_bus_addr to gtt_phys_addr X-Git-Tag: v3.14-rc1~132^2~7^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5acc4ce44cd0a9cf5dbcfe50085708e9156e0177;p=pandora-kernel.git agp/intel: Rename gtt_bus_addr to gtt_phys_addr The only use of gtt_bus_addr is as an argument to ioremap(), so it is a CPU physical address, not a bus address. Rename it to gtt_phys_addr to reflect this. No functional change. Signed-off-by: Bjorn Helgaas Reviewed-by: Daniel Vetter --- Reading git-diff-tree failed