Fix a trivial error in include/linux/mmigrate.h Signed-off-by: Ray Bryant <[EMAIL PROTECTED]>
Index: linux-2.6.11-rc2-mm2/include/linux/mmigrate.h =================================================================== --- linux-2.6.11-rc2-mm2.orig/include/linux/mmigrate.h 2005-02-11 10:08:10.000000000 -0800 +++ linux-2.6.11-rc2-mm2/include/linux/mmigrate.h 2005-02-11 11:22:34.000000000 -0800 @@ -1,5 +1,5 @@ -#ifndef _LINUX_MEMHOTPLUG_H -#define _LINUX_MEMHOTPLUG_H +#ifndef _LINUX_MMIGRATE_H +#define _LINUX_MMIGRATE_H #include <linux/config.h> #include <linux/mm.h> @@ -36,4 +36,4 @@ extern void arch_migrate_page(struct pag static inline void arch_migrate_page(struct page *page, struct page *newpage) {} #endif -#endif /* _LINUX_MEMHOTPLUG_H */ +#endif /* _LINUX_MMIGRATE_H */ -- Best Regards, Ray ----------------------------------------------- Ray Bryant [EMAIL PROTECTED] The box said: "Requires Windows 98 or better", so I installed Linux. ----------------------------------------------- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/