From: Huang Shijie Date: Tue, 15 Dec 2009 01:59:51 +0000 (-0800) Subject: include/linux/mm.h: remove unneeded ifdef X-Git-Tag: v2.6.33-rc1~187 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f096e59e844ba3c5d5a7b54b3deafd2aeeebf921;p=pandora-kernel.git include/linux/mm.h: remove unneeded ifdef The check code for CONFIG_SWAP is redundant, because there is a non-CONFIG_SWAP version for PageSwapCache() which just returns 0. Signed-off-by: Huang Shijie Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed