headers: Fix build after <linux/sched.h> removal

Commit d43c36dc6b ("headers: remove
sched.h from interrupt.h") left some build errors in some configurations
due to drivers having depended on getting header files "accidentally".

Signed-off-by: Ingo Molnar <mingo@elte.hu>
[ Combined several one-liners from Ingo into one single patch  - Linus ]
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Ingo Molnar
2009-10-12 16:22:46 +02:00
committed by Linus Torvalds
부모 03266d28ca
커밋 86ae13b006
7개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@@ -43,6 +43,7 @@
#define RTC_VERSION "1.07"
#include <linux/module.h>
#include <linux/sched.h>
#include <linux/errno.h>
#include <linux/miscdevice.h>
#include <linux/fcntl.h>