Commit 9c1b7910 authored by Noah J. Misch's avatar Noah J. Misch Committed by David S. Miller

[IPX]: ipx_proc.c needs linux/init.h even when PROC_FS is not enabled.

parent 535657f5
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
*/ */
#include <linux/config.h> #include <linux/config.h>
#ifdef CONFIG_PROC_FS
#include <linux/init.h> #include <linux/init.h>
#ifdef CONFIG_PROC_FS
#include <linux/proc_fs.h> #include <linux/proc_fs.h>
#include <linux/spinlock.h> #include <linux/spinlock.h>
#include <linux/seq_file.h> #include <linux/seq_file.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