The patch titled parisc: fix incomplete header guard has been removed from the -mm tree. Its filename was parisc-fix-incomplete-header-guard.patch This patch was dropped because psw.h has vanished The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: parisc: fix incomplete header guard From: Vegard Nossum <vegard.nossum@xxxxxxxxx> Cc: Matthew Wilcox <matthew@xxxxxx> Signed-off-by: Vegard Nossum <vegard.nossum@xxxxxxxxx> Cc: Kyle McMartin <kyle@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/asm-parisc/psw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/asm-parisc/psw.h~parisc-fix-incomplete-header-guard include/asm-parisc/psw.h --- a/include/asm-parisc/psw.h~parisc-fix-incomplete-header-guard +++ a/include/asm-parisc/psw.h @@ -1,5 +1,5 @@ #ifndef _PARISC_PSW_H - +#define _PARISC_PSW_H #define PSW_I 0x00000001 #define PSW_D 0x00000002 _ Patches currently in -mm which might be from vegard.nossum@xxxxxxxxx are print_ip_sym-use-%ps.patch linux-next.patch parisc-fix-incomplete-header-guard.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