forked from Minki/linux
19c22f3a29
arch/tile added word-at-a-time.h after the patch that added generic-y entries; the generic-y entry is now stale. arch/h8300 is newer than the generic-y patch for word-at-a-time.h, and needs a generic-y entry. arch/powerpc seems to have gotten a generic-y entry by mistake in the first patch; this change removes it. Signed-off-by: Chris Metcalf <cmetcalf@ezchip.com>
10 lines
207 B
Makefile
10 lines
207 B
Makefile
generic-y += clkdev.h
|
|
generic-y += div64.h
|
|
generic-y += irq_regs.h
|
|
generic-y += irq_work.h
|
|
generic-y += local64.h
|
|
generic-y += mcs_spinlock.h
|
|
generic-y += preempt.h
|
|
generic-y += rwsem.h
|
|
generic-y += vtime.h
|