From a3bf7ae9ae1036636d8900b35a3880e871eceb39 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Igor=20Maravi=C4=87?= Date: Mon, 12 Dec 2011 02:58:22 +0000 Subject: [PATCH] net:core: use IS_ENABLED MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Use IS_ENABLED(CONFIG_FOO) instead of defined(CONFIG_FOO) || defined (CONFIG_FOO_MODULE) Signed-off-by: Igor Maravić Signed-off-by: David S. Miller --- Reading git-format-patch failed