The patch titled ueagle-atm.c needs sched.h has been removed from the -mm tree. Its filename was ueagle-atmc-needs-schedh.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: ueagle-atm.c needs sched.h From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Driver needs sched.h for try_to_freeze(). Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Cc: <stable@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/usb/atm/ueagle-atm.c | 1 + 1 files changed, 1 insertion(+) diff -puN drivers/usb/atm/ueagle-atm.c~ueagle-atmc-needs-schedh drivers/usb/atm/ueagle-atm.c --- a/drivers/usb/atm/ueagle-atm.c~ueagle-atmc-needs-schedh +++ a/drivers/usb/atm/ueagle-atm.c @@ -61,6 +61,7 @@ #include <linux/usb.h> #include <linux/firmware.h> #include <linux/ctype.h> +#include <linux/sched.h> #include <linux/kthread.h> #include <linux/version.h> #include <linux/mutex.h> _ Patches currently in -mm which might be from randy.dunlap@xxxxxxxxxx are origin.patch git-acpi.patch git-drm.patch sata-use-null-for-ptrs.patch git-mtd.patch git-netdev-all.patch phy-layer-add-kernel-doc-docbook.patch git-parisc.patch x86-dont-probe-for-ddc-on-vbe12.patch kernel-doc-include-struct-short-description-in-title.patch tty-use-null-for-ptrs.patch cdrom-use-unsigned-bitfields.patch update-doc-oops-tracingtxt-for-taint_user.patch update-doc-oops-tracingtxt-for-taint_user-fix.patch extend-notifier_call_chain-to-count-nr_calls-made-fixes.patch reiser4-use-null-for-pointers.patch profile_likely-export-do_check_likely.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html