From: David S. Miller Date: Sun, 11 Sep 2016 04:19:12 +0000 (-0700) Subject: Merge branch 'net-is_enabled' X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=48b4e51fa7ede17830a2655ed6edde2c738c4461;p=linux-beck.git Merge branch 'net-is_enabled' Javier Martinez Canillas says: ==================== net: use IS_ENABLED() instead of checking for built-in or module This trivial series replace the open coding to check for a Kconfig symbol being built-in or module, with IS_ENABLED() macro that does exactly that. Using the macro makes the code more readable by helping abstract away some of the Kconfig built-in and module enable details. ==================== Signed-off-by: David S. Miller --- 48b4e51fa7ede17830a2655ed6edde2c738c4461