The patch titled xen: don't include unnecessary headers has been removed from the -mm tree. Its filename was paravirt-helper-to-disable-all-io-space-fix-3.patch This patch was dropped because it was folded into paravirt-helper-to-disable-all-io-space-fix.patch ------------------------------------------------------ Subject: xen: don't include unnecessary headers From: Jeremy Fitzhardinge <jeremy@xxxxxxxx> Strays left over from the first implementation of paravirt_disable_iospace(). Signed-off-by: Jeremy Fitzhardinge <jeremy@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/i386/xen/setup.c | 2 -- 1 file changed, 2 deletions(-) diff -puN arch/i386/xen/setup.c~paravirt-helper-to-disable-all-io-space-fix-3 arch/i386/xen/setup.c --- a/arch/i386/xen/setup.c~paravirt-helper-to-disable-all-io-space-fix-3 +++ a/arch/i386/xen/setup.c @@ -8,14 +8,12 @@ #include <linux/mm.h> #include <linux/sched.h> #include <linux/pm.h> -#include <linux/ioport.h> #include <asm/elf.h> #include <asm/e820.h> #include <asm/setup.h> #include <asm/xen/hypervisor.h> #include <asm/xen/hypercall.h> -#include <asm/io.h> #include <xen/interface/physdev.h> #include <xen/features.h> _ Patches currently in -mm which might be from jeremy@xxxxxxxx are git-kbuild.patch add-kstrndup-fix.patch xen-build-fix.patch fix-x86_64-mm-xen-xen-smp-guest-support.patch more-fix-x86_64-mm-xen-xen-smp-guest-support.patch fix-x86_64-mm-xen-add-xen-virtual-block-device-driver.patch fix-x86_64-mm-add-common-orderly_poweroff.patch fix-x86_64-mm-xen-xen-event-channels.patch arch-i386-xen-mmuc-must-include-linux-schedh.patch tidy-up-usermode-helper-waiting-a-bit-fix.patch update-x86_64-mm-xen-use-iret-directly-where-possible.patch x86-use-elfnoteh-to-generate-vsyscall-notes-fix.patch paravirt-helper-to-disable-all-io-space-fix.patch paravirt-helper-to-disable-all-io-space-fix-3.patch i386-minor-nx-handling-adjustment-fix.patch xen-fix-x86-config-dependencies.patch xen-suppress-abs-symbol-warnings-for-unused-reloc-pointers.patch xen-cant-support-numa-yet.patch x86-fix-iounmaps-use-of-vm_structs-size-field.patch maps2-uninline-some-functions-in-the-page-walker.patch maps2-eliminate-the-pmd_walker-struct-in-the-page-walker.patch maps2-remove-vma-from-args-in-the-page-walker.patch maps2-propagate-errors-from-callback-in-page-walker.patch maps2-add-callbacks-for-each-level-to-page-walker.patch maps2-move-the-page-walker-code-to-lib.patch maps2-simplify-interdependence-of-proc-pid-maps-and-smaps.patch maps2-move-clear_refs-code-to-task_mmuc.patch maps2-regroup-task_mmu-by-interface.patch maps2-make-proc-pid-smaps-optional-under-config_embedded.patch maps2-make-proc-pid-clear_refs-option-under-config_embedded.patch maps2-add-proc-pid-pagemap-interface.patch maps2-add-proc-kpagemap-interface.patch add-argv_split-fix.patch add-common-orderly_poweroff-fix.patch generic-bug-use-show_regs-instead-of-dump_stack.patch lguest-the-guest-code.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