mirror of https://gitee.com/openkylin/linux.git
6LoWPAN: disable debugging by default
This patch disables debug output enabled by default. Signed-off-by: Alexander Smirnov <alex.bluesman.smirnov@gmail.com> Acked-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
719269afbc
commit
e86586ba8c
|
@ -50,8 +50,6 @@
|
|||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#define DEBUG
|
||||
|
||||
#include <linux/bitops.h>
|
||||
#include <linux/if_arp.h>
|
||||
#include <linux/module.h>
|
||||
|
|
Loading…
Reference in New Issue