]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/dynamic_debug.h
Merge branches 'x86-reboot-for-linus' and 'x86-setup-for-linus' of git://git.kernel...
[karo-tx-linux.git] / include / linux / dynamic_debug.h
index 0c9653f11c181cb50885d5185786a8d2d3d6c335..e747ecd48e1c043a87549cb2cdab62e04e1edbf5 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef _DYNAMIC_DEBUG_H
 #define _DYNAMIC_DEBUG_H
 
-#include <linux/jump_label.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.