The __get_free_pages and ioremap can replace this interface. Signed-off-by: Thomas Chou <[EMAIL PROTECTED]> --- linux-2.6.x/arch/nios2nommu/mm/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/linux-2.6.x/arch/nios2nommu/mm/Makefile b/linux-2.6.x/arch/nios2nommu/mm/Makefile index 70ed33a..e5fa971 100644 --- a/linux-2.6.x/arch/nios2nommu/mm/Makefile +++ b/linux-2.6.x/arch/nios2nommu/mm/Makefile @@ -8,5 +8,5 @@ # Note 2! The CFLAGS definition is now in the main makefile... obj-y := init.o ioremap.o extable.o memory.o -obj-y += dma-noncoherent.o + -- 1.5.3.3 _______________________________________________ uClinux-dev mailing list [email protected] http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by [email protected] To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev
