linux/drivers/net/ethernet/natsemi
Javier Martinez Canillas cbbe6096de natsemi: use IS_ENABLED() instead of checking for built-in or module
The IS_ENABLED() macro checks if a Kconfig symbol has been enabled either
built-in or as a module, use that macro instead of open coding the same.

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: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-09-12 20:27:59 -07:00
..
jazzsonic.c
Kconfig
macsonic.c
Makefile
natsemi.c treewide: replace dev->trans_start update with helper 2016-05-04 14:16:49 -04:00
ns83820.c natsemi: use IS_ENABLED() instead of checking for built-in or module 2016-09-12 20:27:59 -07:00
sonic.c treewide: replace dev->trans_start update with helper 2016-05-04 14:16:49 -04:00
sonic.h
xtsonic.c