Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca376b37 authored by Davidlohr Bueso's avatar Davidlohr Bueso Committed by Linus Torvalds
Browse files

score: remove asm/current.h

...  it's already using the generic version anyways, so just drop the file
as do the other archs that do not implement their own version of the
current macro.

Link: http://lkml.kernel.org/r/1485992878-4780-5-git-send-email-dave@stgolabs.net


Signed-off-by: default avatarDavidlohr Bueso <dbueso@suse.de>
Cc: Chen Liqin <liqin.linux@gmail.com>
Cc: Lennox Wu <lennox.wu@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent af0de781
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line


header-y +=
header-y +=



generic-y += barrier.h
generic-y += barrier.h
generic-y += clkdev.h
generic-y += clkdev.h
generic-y += current.h
generic-y += irq_work.h
generic-y += irq_work.h
generic-y += mcs_spinlock.h
generic-y += mcs_spinlock.h
generic-y += mm-arch-hooks.h
generic-y += mm-arch-hooks.h

arch/score/include/asm/current.h

deleted100644 → 0
+0 −6
Original line number Original line Diff line number Diff line
#ifndef _ASM_SCORE_CURRENT_H
#define _ASM_SCORE_CURRENT_H

#include <asm-generic/current.h>

#endif /* _ASM_SCORE_CURRENT_H */