-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
avr32: use Kbuild infrastructure to handle the asm-generic headers
Use kbuild to add asm-generic headers that do nothing, also remove the arch specific wrapper headers. This only affects headers that do nothing but include the generic equivalent. It does not touch any header that does a little more. Signed-off-by: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Hans-Christian Egtvedt <egtvedt@samfundet.no>
- Loading branch information
Steven Rostedt
authored and
Hans-Christian Egtvedt
committed
Sep 30, 2013
1 parent
15c03dd
commit 46663d0
Showing
15 changed files
with
15 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,19 @@ | ||
|
||
generic-y += clkdev.h | ||
generic-y += cputime.h | ||
generic-y += delay.h | ||
generic-y += device.h | ||
generic-y += div64.h | ||
generic-y += emergency-restart.h | ||
generic-y += exec.h | ||
generic-y += trace_clock.h | ||
generic-y += futex.h | ||
generic-y += irq_regs.h | ||
generic-y += param.h | ||
generic-y += local.h | ||
generic-y += local64.h | ||
generic-y += percpu.h | ||
generic-y += scatterlist.h | ||
generic-y += sections.h | ||
generic-y += topology.h | ||
generic-y += trace_clock.h | ||
generic-y += xor.h |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.