From 4ec7a20e9635e89360c1385442ffc7b85c99a9e6 Mon Sep 17 00:00:00 2001 From: Jason Baron Date: Thu, 11 Aug 2011 14:36:38 -0400 Subject: [PATCH] --- yaml --- r: 264865 b: refs/heads/master c: fae8d206a188080d3d23b621fc2652f15f3457b6 h: refs/heads/master i: 264863: 16b6b6680d276ccd1c75a35d04826d480be897d2 v: v3 --- [refs] | 2 +- trunk/include/linux/dynamic_debug.h | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/[refs] b/[refs] index 8709a295430f..8fcc0afb7be9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4ad275e5cb576fa4e3e12597cb81eed0d500416d +refs/heads/master: fae8d206a188080d3d23b621fc2652f15f3457b6 diff --git a/trunk/include/linux/dynamic_debug.h b/trunk/include/linux/dynamic_debug.h index bdf15319944e..843cb9eb4226 100644 --- a/trunk/include/linux/dynamic_debug.h +++ b/trunk/include/linux/dynamic_debug.h @@ -1,13 +1,6 @@ #ifndef _DYNAMIC_DEBUG_H #define _DYNAMIC_DEBUG_H -/* dynamic_printk_enabled, and dynamic_printk_enabled2 are bitmasks in which - * bit n is set to 1 if any modname hashes into the bucket n, 0 otherwise. They - * use independent hash functions, to reduce the chance of false positives. - */ -extern long long dynamic_debug_enabled; -extern long long dynamic_debug_enabled2; - /* * An instance of this structure is created in a special * ELF section at every dynamic debug callsite. At runtime,