Skip to content

Commit

Permalink
Staging: poch: fix sched.h build breakage
Browse files Browse the repository at this point in the history
commit d43c36d removed sched.h from interrupt.h.  This broke the
poch driver.  This patch fixes this.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Oct 14, 2009
1 parent db8fd28 commit 8037cda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/poch/poch.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <linux/init.h>
#include <linux/ioctl.h>
#include <linux/io.h>
#include <linux/sched.h>

#include "poch.h"

Expand Down

0 comments on commit 8037cda

Please sign in to comment.