OpenCloudOS-Kernel/drivers/net/ethernet/dlink
Javier Martinez Canillas 067577868b sundance: 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:58 -07:00
..
Kconfig dl2k: Add support for IP1000A-based cards 2015-11-16 17:11:31 -05:00
Makefile drivers/net: delete old parallel port de600/de620 drivers 2013-01-22 10:39:49 -05:00
dl2k.c treewide: replace dev->trans_start update with helper 2016-05-04 14:16:49 -04:00
dl2k.h dl2k: Add support for IP1000A-based cards 2015-11-16 17:11:31 -05:00
sundance.c sundance: use IS_ENABLED() instead of checking for built-in or module 2016-09-12 20:27:58 -07:00