Commit a2f98d57 authored by David S. Miller's avatar David S. Miller

[PKT_SCHED]: Missing linux/init.h includes in sch_{arm,dsmark}.c

parent a4c84476
......@@ -5,6 +5,7 @@
#include <linux/config.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/string.h>
#include <linux/errno.h>
#include <linux/skbuff.h>
......
......@@ -5,6 +5,7 @@
#include <linux/config.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/types.h>
#include <linux/string.h>
#include <linux/errno.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