The patch titled ioc4-enable-build-on-non-sn2-fix 2 has been removed from the -mm tree. Its filename is ioc4-enable-build-on-non-sn2-fix-2.patch This patch was dropped because it was folded into ioc4-enable-build-on-non-sn2.patch ------------------------------------------------------ Subject: ioc4-enable-build-on-non-sn2-fix 2 From: Brent Casavant <bcasavan@xxxxxxx> When removing SN2 dependencies from the ioc4 master driver, I overlooked removing various SN-specific includes in the driver. These need to be removed to build on non-SN2 systems. Signed-off-by: Brent Casavant <bcasavan@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/misc/ioc4.c | 3 --- 1 files changed, 3 deletions(-) diff -puN drivers/misc/ioc4.c~ioc4-enable-build-on-non-sn2-fix-2 drivers/misc/ioc4.c --- a/drivers/misc/ioc4.c~ioc4-enable-build-on-non-sn2-fix-2 +++ a/drivers/misc/ioc4.c @@ -32,9 +32,6 @@ #include <linux/ktime.h> #include <linux/mutex.h> #include <linux/time.h> -#include <asm/sn/addrs.h> -#include <asm/sn/clksupport.h> -#include <asm/sn/shub_mmr.h> /*************** * Definitions * _ Patches currently in -mm which might be from bcasavan@xxxxxxx are ioc4-remove-sn2-feature-and-config-dependencies.patch ioc4-enable-build-on-non-sn2.patch ioc4-enable-build-on-non-sn2-fix-2.patch ioc4-fixes.patch ioc4-kconfig-fix.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