Commit 04858a01 authored by Gerd Knorr's avatar Gerd Knorr Committed by Linus Torvalds

[PATCH] selinux build fix

trivial one: uses __init and thus needs linux/init.h
parent fb0b5db6
......@@ -12,6 +12,7 @@
* it under the terms of the GNU General Public License version 2,
* as published by the Free Software Foundation.
*/
#include <linux/init.h>
#include <linux/types.h>
#include <linux/stddef.h>
#include <linux/kernel.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