Many header files can be replaced by generic variants.
Signed-off-by: Richard Weinberger
---
arch/um/include/asm/Kbuild |3 +-
arch/um/include/asm/auxvec.h|4 --
arch/um/include/asm/current.h | 13 ---
arch/um/include/asm/delay.h | 1
On Sat, Feb 04, 2012 at 12:17:43AM +0100, Richard Weinberger wrote:
> Many header files can be replaced by generic variants.
Umm... I suspect that for auxvec.h the right thing is to simply
remove it - it's never used on uml builds.
FWIW, I've rebased my local queue to current and pushed it to ke
Am 04.02.2012 01:14, schrieb Al Viro:
> On Sat, Feb 04, 2012 at 12:17:43AM +0100, Richard Weinberger wrote:
>> Many header files can be replaced by generic variants.
>
> FWIW, I've rebased my local queue to current and pushed it to kernel.org
> again; it's on git.kernel.org/pub/scm/linux/kernel/gi
Am 04.02.2012 01:14, schrieb Al Viro:
> On Sat, Feb 04, 2012 at 12:17:43AM +0100, Richard Weinberger wrote:
>> Many header files can be replaced by generic variants.
>
> Umm... I suspect that for auxvec.h the right thing is to simply
> remove it - it's never used on uml builds.
>
> FWIW, I've re