]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
net:x25: use IS_ENABLED
authorIgor Maravić <igorm@etf.rs>
Mon, 12 Dec 2011 02:58:23 +0000 (02:58 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Dec 2011 20:49:52 +0000 (15:49 -0500)
commit29c36262383d37c6149cf26afd39c3389dd23135
tree57d48430712805644fab9aa52ad41d3792e281e6
parenta3bf7ae9ae1036636d8900b35a3880e871eceb39
net:x25: use IS_ENABLED

Use IS_ENABLED(CONFIG_FOO)
instead of defined(CONFIG_FOO) || defined (CONFIG_FOO_MODULE)

Signed-off-by: Igor Maravić <igorm@etf.rs>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/x25/af_x25.c
net/x25/x25_dev.c
net/x25/x25_route.c