diff --git a/[refs] b/[refs] index 0fedd85055b8..64ebd54daccb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d3a2dbf844d81b4b9c9ad6044563c294e7a48cac +refs/heads/master: 2ff6cfd70720780234fdfea636218c2a62b31287 diff --git a/trunk/include/linux/perf_event.h b/trunk/include/linux/perf_event.h index 89098e35a036..bf3329413e18 100644 --- a/trunk/include/linux/perf_event.h +++ b/trunk/include/linux/perf_event.h @@ -18,10 +18,6 @@ #include #include -#ifdef CONFIG_HAVE_HW_BREAKPOINT -#include -#endif - /* * User-space ABI bits: */ @@ -451,6 +447,10 @@ enum perf_callchain_context { # include #endif +#ifdef CONFIG_HAVE_HW_BREAKPOINT +#include +#endif + #include #include #include