From: Amerigo Wang Date: Mon, 29 Oct 2012 16:23:10 +0000 (+0000) Subject: ipv6: use IS_ENABLED() X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~482 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07a936260a94ae4798527ce8f79d4f3b589ab8a3;p=pandora-kernel.git ipv6: use IS_ENABLED() #if defined(CONFIG_FOO) || defined(CONFIG_FOO_MODULE) can be replaced by #if IS_ENABLED(CONFIG_FOO) Cc: David S. Miller Signed-off-by: Cong Wang Signed-off-by: David S. Miller --- Reading git-diff-tree failed