Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull SMP build fixlet from Thomas Gleixner: "Add a missing include in cpuhotplug.h" * 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: cpu/hotplug: Include linux/types.h in linux/cpuhotplug.h
This commit is contained in:
commit
6ffa36a59a
|
@ -1,6 +1,8 @@
|
|||
#ifndef __CPUHOTPLUG_H
|
||||
#define __CPUHOTPLUG_H
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
enum cpuhp_state {
|
||||
CPUHP_OFFLINE,
|
||||
CPUHP_CREATE_THREADS,
|
||||
|
|
Loading…
Reference in New Issue