Skip to content

Commit 20cf0c5

Browse files
tklausertorvalds
authored andcommitted
xtensa: use generic fb.h
The arch uses a verbatim copy of the asm-generic version and does not add any own implementations to the header, so use asm-generic/fb.h instead of duplicating code. Link: http://lkml.kernel.org/r/20170517083545.2115-1-tklauser@distanz.ch Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Acked-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 168c42b commit 20cf0c5

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

arch/xtensa/include/asm/Kbuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ generic-y += dma-contiguous.h
55
generic-y += emergency-restart.h
66
generic-y += exec.h
77
generic-y += extable.h
8+
generic-y += fb.h
89
generic-y += hardirq.h
910
generic-y += irq_regs.h
1011
generic-y += irq_work.h

arch/xtensa/include/asm/fb.h

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)