Message ID | 20090105085315.GA17530@uranus.ravnborg.org |
---|---|
State | Superseded |
Delegated to: | David Miller |
Headers | show |
From: Sam Ravnborg <sam@ravnborg.org> Date: Mon, 5 Jan 2009 09:53:15 +0100 > remove stale reference from Kbuild. > > Signed-off-by: Sam Ravnborg <sam@ravnborg.org> > --- > > The better solution would be to integrate this with the > commit that remove the files - but this is only feasible > if you have not yet pushed out the tree. I don't get it, I thought I did this when I commited my change. :-/ Indeed, git status on my local tree shows: # modified: arch/sparc/include/asm/Kbuild Ugh! I'll commit my local forgotten change, thanks Sam. -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/sparc/include/asm/Kbuild b/arch/sparc/include/asm/Kbuild index aeaec45..deeb0fb 100644 --- a/arch/sparc/include/asm/Kbuild +++ b/arch/sparc/include/asm/Kbuild @@ -13,9 +13,6 @@ header-y += perfctr.h header-y += psrcompat.h header-y += psr.h header-y += pstate.h -header-y += reg.h -header-y += reg_32.h -header-y += reg_64.h header-y += traps.h header-y += uctx.h header-y += utrap.h
remove stale reference from Kbuild. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> --- The better solution would be to integrate this with the commit that remove the files - but this is only feasible if you have not yet pushed out the tree. Sam -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html