mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 01:56:42 +07:00
0a8899b31a
mtdram_init_device() wasn't updated along with mtd_partition.name. Signed-off-by: Brian Norris <computersforpeace@gmail.com> Cc: Geert Uytterhoeven <geert@linux-m68k.org>
9 lines
218 B
C
9 lines
218 B
C
#ifndef __MTD_MTDRAM_H__
|
|
#define __MTD_MTDRAM_H__
|
|
|
|
#include <linux/mtd/mtd.h>
|
|
int mtdram_init_device(struct mtd_info *mtd, void *mapped_address,
|
|
unsigned long size, const char *name);
|
|
|
|
#endif /* __MTD_MTDRAM_H__ */
|