The patch titled Subject: drivers/gpu/drm/nouveau: fix build has been removed from the -mm tree. Its filename was drivers-gpu-drm-nouveau-fix-build.patch This patch was dropped because it is obsolete ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: drivers/gpu/drm/nouveau: fix build wtf Cc: Ben Skeggs <bskeggs@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/gpu/drm/nouveau/core/include/nvif/class.h | 2 +- drivers/gpu/drm/nouveau/core/include/nvif/event.h | 2 +- drivers/gpu/drm/nouveau/core/include/nvif/ioctl.h | 2 +- drivers/gpu/drm/nouveau/core/include/nvif/unpack.h | 2 +- drivers/gpu/drm/nouveau/nvif/os.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff -puN drivers/gpu/drm/nouveau/core/include/nvif/unpack.h~drivers-gpu-drm-nouveau-fix-build drivers/gpu/drm/nouveau/core/include/nvif/unpack.h --- a/drivers/gpu/drm/nouveau/core/include/nvif/unpack.h~drivers-gpu-drm-nouveau-fix-build +++ a/drivers/gpu/drm/nouveau/core/include/nvif/unpack.h @@ -1 +1 @@ -../../../nvif/unpack.h \ No newline at end of file +#include "../../../nvif/unpack.h" diff -puN drivers/gpu/drm/nouveau/core/include/nvif/event.h~drivers-gpu-drm-nouveau-fix-build drivers/gpu/drm/nouveau/core/include/nvif/event.h --- a/drivers/gpu/drm/nouveau/core/include/nvif/event.h~drivers-gpu-drm-nouveau-fix-build +++ a/drivers/gpu/drm/nouveau/core/include/nvif/event.h @@ -1 +1 @@ -../../../nvif/event.h \ No newline at end of file +#include "../../../nvif/event.h" diff -puN drivers/gpu/drm/nouveau/core/include/nvif/ioctl.h~drivers-gpu-drm-nouveau-fix-build drivers/gpu/drm/nouveau/core/include/nvif/ioctl.h --- a/drivers/gpu/drm/nouveau/core/include/nvif/ioctl.h~drivers-gpu-drm-nouveau-fix-build +++ a/drivers/gpu/drm/nouveau/core/include/nvif/ioctl.h @@ -1 +1 @@ -../../../nvif/ioctl.h \ No newline at end of file +#include "../../../nvif/ioctl.h" diff -puN drivers/gpu/drm/nouveau/core/include/nvif/class.h~drivers-gpu-drm-nouveau-fix-build drivers/gpu/drm/nouveau/core/include/nvif/class.h --- a/drivers/gpu/drm/nouveau/core/include/nvif/class.h~drivers-gpu-drm-nouveau-fix-build +++ a/drivers/gpu/drm/nouveau/core/include/nvif/class.h @@ -1 +1 @@ -../../../nvif/class.h \ No newline at end of file +#include "../../../nvif/class.h" diff -puN drivers/gpu/drm/nouveau/nvif/os.h~drivers-gpu-drm-nouveau-fix-build drivers/gpu/drm/nouveau/nvif/os.h --- a/drivers/gpu/drm/nouveau/nvif/os.h~drivers-gpu-drm-nouveau-fix-build +++ a/drivers/gpu/drm/nouveau/nvif/os.h @@ -1 +1 @@ -../core/os.h \ No newline at end of file +#include "../core/os.h" _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are i-need-old-gcc.patch arch-alpha-kernel-systblss-remove-debug-check.patch maintainers-akpm-maintenance.patch kernel-posix-timersc-code-clean-up-checkpatch-fixes.patch input-route-kbd-leds-through-the-generic-leds-layer.patch o2dlm-fix-null-pointer-dereference-in-o2dlm_blocking_ast_wrapper-checkpatch-fixes.patch ocfs2-free-inode-when-i_count-becomes-zero.patch mm.patch memory-hotplug-add-sysfs-zones_online_to-attribute-fix.patch memory-hotplug-add-sysfs-zones_online_to-attribute-fix-2.patch mm-introduce-do_shared_fault-and-drop-do_fault-fix-fix.patch mm-compactionc-isolate_freepages_block-small-tuneup.patch do_shared_fault-check-that-mmap_sem-is-held.patch fs-proc-task_mmuc-shift-mm_access-from-m_start-to-proc_maps_open-checkpatch-fixes.patch fs-proc-task_mmuc-simplify-the-vma_stop-logic-checkpatch-fixes.patch fs-proc-task_nommuc-shift-mm_access-from-m_start-to-proc_maps_open-checkpatch-fixes.patch linux-next.patch drivers-gpio-gpio-zevioc-fix-build.patch mm-replace-remap_file_pages-syscall-with-emulation.patch debugging-keep-track-of-page-owners.patch journal_add_journal_head-debug.patch journal_add_journal_head-debug-fix.patch kernel-forkc-export-kernel_thread-to-modules.patch mutex-subsystem-synchro-test-module.patch slab-leaks3-default-y.patch put_bh-debug.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