Skip to content

Commit 6ffa36a

Browse files
committed
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
2 parents aaed4d0 + 6cfeaf5 commit 6ffa36a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/linux/cpuhotplug.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#ifndef __CPUHOTPLUG_H
22
#define __CPUHOTPLUG_H
33

4+
#include <linux/types.h>
5+
46
enum cpuhp_state {
57
CPUHP_OFFLINE,
68
CPUHP_CREATE_THREADS,

0 commit comments

Comments
 (0)