From: Matthew Wilcox Date: Tue, 11 Sep 2007 22:23:47 +0000 (-0700) Subject: PTR_ALIGN X-Git-Tag: v2.6.23-rc7~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a83308e60f63749dc1d08acb0d8fa9e2ec13c9a7;p=pandora-kernel.git PTR_ALIGN The AdvanSys driver wants to align some pointers, and the ALIGN macro doesn't work for pointers. Rather than try to make it work, add a new PTR_ALIGN macro which is typesafe. Signed-off-by: Matthew Wilcox Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed