Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1547828
| From | Davidlohr Bueso <dave@stgolabs.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] score: remove asm/current.h |
| Date | 2016-12-28 05:10 +0100 |
| Message-ID | <sTdIR-35s-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
... 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. Signed-off-by: Davidlohr Bueso <dbueso@suse.de> --- arch/score/include/asm/Kbuild | 1 + arch/score/include/asm/current.h | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 arch/score/include/asm/current.h diff --git a/arch/score/include/asm/Kbuild b/arch/score/include/asm/Kbuild index a05218ff3fe4..a68eb2ec98a1 100644 --- a/arch/score/include/asm/Kbuild +++ b/arch/score/include/asm/Kbuild @@ -5,6 +5,7 @@ header-y += generic-y += barrier.h generic-y += clkdev.h generic-y += cputime.h +generic-y += current.h generic-y += irq_work.h generic-y += mcs_spinlock.h generic-y += mm-arch-hooks.h diff --git a/arch/score/include/asm/current.h b/arch/score/include/asm/current.h deleted file mode 100644 index 16eae9cbaf1a..000000000000 --- a/arch/score/include/asm/current.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef _ASM_SCORE_CURRENT_H -#define _ASM_SCORE_CURRENT_H - -#include <asm-generic/current.h> - -#endif /* _ASM_SCORE_CURRENT_H */ -- 2.6.6
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] score: remove asm/current.h Davidlohr Bueso <dave@stgolabs.net> - 2016-12-28 05:10 +0100
csiph-web