Commit 4d32c6ba authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds

[PATCH] x86_64 merge: fs/proc/inode.c #include fix

fs/proc/inode.c is using __init, but for some reason missing an
#include <linux/init.h>. Add this.
parent 8e4d5fb8
......@@ -13,6 +13,7 @@
#include <linux/file.h>
#include <linux/locks.h>
#include <linux/limits.h>
#include <linux/init.h>
#define __NO_VERSION__
#include <linux/module.h>
#include <linux/smp_lock.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment