diff options
author | Davidlohr Bueso <dave@stgolabs.net> | 2017-02-22 15:40:32 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-02-22 16:41:26 -0800 |
commit | 6408b6fb99a066f92a4aa6215169d2264c05af48 (patch) | |
tree | baaa66701706ace487b8e2a76fdb9458231aad03 /arch/m32r/include/asm/Kbuild | |
parent | 7659c655bededecd88f6f25102ba3ab926af92cc (diff) | |
download | linux-6408b6fb99a066f92a4aa6215169d2264c05af48.tar.bz2 |
m32r: use generic current.h
Given that the arch does not add its own implementations, simply
use the asm-generic/current.h (generic-y) header instead of
duplicating code.
Link: http://lkml.kernel.org/r/1482896994-25863-1-git-send-email-dave@stgolabs.net
Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m32r/include/asm/Kbuild')
-rw-r--r-- | arch/m32r/include/asm/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m32r/include/asm/Kbuild b/arch/m32r/include/asm/Kbuild index 652100b64a71..8c24c5e1db66 100644 --- a/arch/m32r/include/asm/Kbuild +++ b/arch/m32r/include/asm/Kbuild @@ -1,5 +1,6 @@ generic-y += clkdev.h +generic-y += current.h generic-y += exec.h generic-y += irq_work.h generic-y += kvm_para.h |