diff --git a/[refs] b/[refs] index 34eb027dde41..04ad487a5491 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 050416e93354158b025360387746fb7257d7ce07 +refs/heads/master: a66f66c44d53a4bab4b6b2903fd271f13ce4101b diff --git a/trunk/include/linux/mtd/mtdram.h b/trunk/include/linux/mtd/mtdram.h new file mode 100644 index 000000000000..04fdc07b7353 --- /dev/null +++ b/trunk/include/linux/mtd/mtdram.h @@ -0,0 +1,8 @@ +#ifndef __MTD_MTDRAM_H__ +#define __MTD_MTDRAM_H__ + +#include +int mtdram_init_device(struct mtd_info *mtd, void *mapped_address, + unsigned long size, char *name); + +#endif /* __MTD_MTDRAM_H__ */