[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20121103.150330.1860535471152405356.davem@davemloft.net>
Date:	Sat, 03 Nov 2012 15:03:30 -0400 (EDT)
From:	David Miller <davem@...emloft.net>
To:	amwang@...hat.com
Cc:	netdev@...r.kernel.org
Subject: Re: [Patch net-next] ipv6: use IS_ENABLED()
From: Cong Wang <amwang@...hat.com>
Date: Tue, 30 Oct 2012 10:23:10 +0800
> #if defined(CONFIG_FOO) || defined(CONFIG_FOO_MODULE)
> 
> can be replaced by
> 
> #if IS_ENABLED(CONFIG_FOO)
> 
> Cc: David S. Miller <davem@...emloft.net>
> Signed-off-by: Cong Wang <amwang@...hat.com>
Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists
 
