aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mtd/mtdram.h
AgeCommit message (Collapse)AuthorFilesLines
2014-01-20mtd: mtdram: add missing 'const'Brian Norris1-1/+1
mtdram_init_device() wasn't updated along with mtd_partition.name. Signed-off-by: Brian Norris <[email protected]> Cc: Geert Uytterhoeven <[email protected]>
2010-05-10mtd: mtdram.h: checkpatch cleanupAndrea Gelmini1-1/+1
include/linux/mtd/mtdram.h:6: ERROR: code indent should use tabs where possible Signed-off-by: Andrea Gelmini <[email protected]> Signed-off-by: Artem Bityutskiy <[email protected]> Signed-off-by: David Woodhouse <[email protected]>
2007-11-06[MTD] Provide mtdram.h with mtdram_init_device() prototypeJesper Nilsson1-0/+8
This is used by axisflashmap.c to boot from ram. Signed-off-by: Jesper Nilsson <[email protected]> Acked-by: Mikael Starvik <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: David Woodhouse <[email protected]>