compiler.h: Move instrumentation_begin()/end() to new <linux/instrumentation.h> header
[sfrench/cifs-2.6.git] / include / asm-generic / bug.h
index c94e33ae3e7b819919cc7238c9aecfbd85386f47..18b0f4eee8cbcfcd2644f45871681cf4e13129f9 100644 (file)
@@ -3,6 +3,7 @@
 #define _ASM_GENERIC_BUG_H
 
 #include <linux/compiler.h>
+#include <linux/instrumentation.h>
 
 #define CUT_HERE               "------------[ cut here ]------------\n"