Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1485726
| From | Thomas Gleixner <tglx@linutronix.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [GIT pull] smp fix for 4.8 |
| Date | 2016-09-18 10:10 +0200 |
| Message-ID | <siFkK-5CJ-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Linus,
please pull the latest smp-urgent-for-linus git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git smp-urgent-for-linus
Add a missing include in cpuhotplug.h.
Thanks,
tglx
------------------>
Paul Burton (1):
cpu/hotplug: Include linux/types.h in linux/cpuhotplug.h
include/linux/cpuhotplug.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/linux/cpuhotplug.h b/include/linux/cpuhotplug.h
index 242bf530edfc..34bd80512a0c 100644
--- a/include/linux/cpuhotplug.h
+++ b/include/linux/cpuhotplug.h
@@ -1,6 +1,8 @@
#ifndef __CPUHOTPLUG_H
#define __CPUHOTPLUG_H
+#include <linux/types.h>
+
enum cpuhp_state {
CPUHP_OFFLINE,
CPUHP_CREATE_THREADS,
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[GIT pull] smp fix for 4.8 Thomas Gleixner <tglx@linutronix.de> - 2016-09-18 10:10 +0200
csiph-web