From: Russell King Date: Mon, 12 Feb 2007 10:28:24 +0000 (+0000) Subject: [ARM] Add a reference from struct device to the dma bounce info X-Git-Tag: v2.6.21-rc1~75^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab2c21529df6ee0f06787773882a1abc6bc2d665;p=pandora-kernel.git [ARM] Add a reference from struct device to the dma bounce info dmabounce keeps a per-device structure, and finds the correct structure by walking a list. Since architectures can now add fields to struct device, we can attach this structure direct to the struct device, thereby eliminating the code to search the list. Signed-off-by: Russell King --- Reading git-diff-tree failed