diff options
| -rw-r--r-- | kernel/bounds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/bounds.c b/kernel/bounds.c index 578782ef6ae1..5253204afdca 100644 --- a/kernel/bounds.c +++ b/kernel/bounds.c | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | #include <linux/kbuild.h> | 11 | #include <linux/kbuild.h> |
| 12 | #include <linux/page_cgroup.h> | 12 | #include <linux/page_cgroup.h> |
| 13 | #include <linux/log2.h> | 13 | #include <linux/log2.h> |
| 14 | #include <linux/spinlock.h> | 14 | #include <linux/spinlock_types.h> |
| 15 | 15 | ||
| 16 | void foo(void) | 16 | void foo(void) |
| 17 | { | 17 | { |
