From: Herbert Xu Date: Tue, 27 Jun 2006 20:33:10 +0000 (-0700) Subject: [NET]: Make illegal_highdma more anal X-Git-Tag: v2.6.18-rc1~321^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d3a85337937bb5e3db676eeb4f3bf7f02533b44;p=pandora-kernel.git [NET]: Make illegal_highdma more anal Rather than having illegal_highdma as a macro when HIGHMEM is off, we can turn it into an inline function that returns zero. This will catch callers that give it bad arguments. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed