Commit b1f4c915 authored by Matthew Wilcox's avatar Matthew Wilcox Committed by Linus Torvalds

[PATCH] remove sched.h from atmdev.h

atmdev.h only wants wait.h, not sched.h
parent 2438cf59
...@@ -205,7 +205,7 @@ struct atm_cirange { ...@@ -205,7 +205,7 @@ struct atm_cirange {
#undef __AAL_STAT_ITEMS #undef __AAL_STAT_ITEMS
#else #else
#include <linux/sched.h> /* wait_queue_head_t */ #include <linux/wait.h> /* wait_queue_head_t */
#include <linux/time.h> /* struct timeval */ #include <linux/time.h> /* struct timeval */
#include <linux/net.h> #include <linux/net.h>
#include <linux/skbuff.h> /* struct sk_buff */ #include <linux/skbuff.h> /* struct sk_buff */
......
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