Message ID | 50CF6FC5.20005@kernel.org (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
On Mon, Dec 17, 2012 at 11:17 AM, Len Brown <lenb@kernel.org> wrote: > > There will be a logical conflict with the uapi changes > which breaks the turbostat build. It can be fixed this way: I *think* you meant to point me at the 'release' branch, so that's what I pulled. What you actually pointed me at was the 'next' branch: > git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git next which had that fixed up as a separate commit (which breaks bisecting the build, but I guess that doesn't much matter for something small like turbostat). Linus -- To unsubscribe from this list: send the line "unsubscribe linux-pm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/tools/power/x86/turbostat/Makefile b/tools/power/x86/turbostat/Makefile index e48ef07..f09641d 100644 --- a/tools/power/x86/turbostat/Makefile +++ b/tools/power/x86/turbostat/Makefile @@ -5,7 +5,7 @@ DESTDIR := turbostat : turbostat.c CFLAGS += -Wall -CFLAGS += -I../../../../arch/x86/include/ +CFLAGS += -I../../../../arch/x86/include/uapi/ thanks!