From: Amerigo Wang Date: Mon, 29 Oct 2012 17:22:28 +0000 (+0000) Subject: vlan: use IS_ENABLED() X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~481 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4d5392e5ff58bf706c47906b54cc4b7333fc22e;p=pandora-kernel.git vlan: 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