Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
firmware/memmap: avoid type conflicts with the generic memmap_init()
Fix this build error: drivers/firmware/memmap.c:240:19: error: conflicting types for 'memmap_init' arch/ia64/include/asm/pgtable.h:565:17: note: previous declaration of 'memmap_init' was here Signed-off-by: Fengguang Wu <[email protected]> Cc: Bernhard Walle <[email protected]> Cc: Glauber Costa <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information