commit | 065a1134c98758f2368bca43cc3895710ed3f81a | [log] [tgz] |
---|---|---|
author | Ley Foon Tan <lftan@altera.com> | Thu Nov 20 19:04:41 2014 +0800 |
committer | Ley Foon Tan <lftan@altera.com> | Mon Dec 08 12:56:10 2014 +0800 |
tree | 1302a4c61d697020735c9f6f6e9042cbb7cc2dd3 | |
parent | 25f232536cb922c470abab4077231907cacf1c3b [diff] |
nios2: move include asm-generic/io.h to end of file Move asm-generic/io.h to end of file to override functions like phys_to_virt, virt_to_phys in asm-generic/io.h. This is due to recent commit 9216efaf introduced new way to override functions by checking for the existence of a macro with the same of the function. Signed-off-by: Ley Foon Tan <lftan@altera.com>