From d5981a5f16ed8d648b7f44e4aa19cd25733518a3 Mon Sep 17 00:00:00 2001 From: Mark Salter Date: Sun, 8 Jan 2012 12:31:28 -0500 Subject: C6X: deal with memblock API changes Recent memblock related commits require the following C6X changes: * commit 24aa07882b672fff2da2f5c955759f0bd13d32d5 asm/memblock.h no longer required * commit 1440c4e2c918532f39131c3330fe2226e16be7b6 memblock_analyze() no longer needed to update total size * commit fe091c208a40299fba40e62292a610fb91e44b4e memblock_init() no longer needed Signed-off-by: Mark Salter --- arch/c6x/include/asm/memblock.h | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 arch/c6x/include/asm/memblock.h (limited to 'arch/c6x/include') diff --git a/arch/c6x/include/asm/memblock.h b/arch/c6x/include/asm/memblock.h deleted file mode 100644 index 1181a979a82..00000000000 --- a/arch/c6x/include/asm/memblock.h +++ /dev/null @@ -1,4 +0,0 @@ -#ifndef _ASM_C6X_MEMBLOCK_H -#define _ASM_C6X_MEMBLOCK_H - -#endif /* _ASM_C6X_MEMBLOCK_H */ -- cgit v1.2.3