aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorGerd Knorr <kraxel@bytesex.org>2004-01-20 17:06:26 -0800
committerLinus Torvalds <torvalds@home.osdl.org>2004-01-20 17:06:26 -0800
commit04858a01e0b68eca5d2b339fcfdffd830b12b82f (patch)
treed6e979fd5dc9fe5fe3ed9f7fb838a24ed47f53e1 /security
parentfb0b5db6d444c70f057e82d0c358198f9c9850d7 (diff)
downloadhistory-04858a01e0b68eca5d2b339fcfdffd830b12b82f.tar.gz
[PATCH] selinux build fix
trivial one: uses __init and thus needs linux/init.h
Diffstat (limited to 'security')
-rw-r--r--security/selinux/netif.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/selinux/netif.c b/security/selinux/netif.c
index 32145b884d8b57..4cbf8f259d93be 100644
--- a/security/selinux/netif.c
+++ b/security/selinux/netif.c
@@ -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>