[MTD] maps/plat-ram: Avoid gcc 4.0 warning
authorThomas Gleixner <tglx@linutronix.de>
Mon, 7 Nov 2005 00:52:27 +0000 (00:52 +0000)
committerThomas Gleixner <tglx@mtd.linutronix.de>
Mon, 7 Nov 2005 01:28:05 +0000 (02:28 +0100)
The assignement of a "const char *" to a "char *" variable
is emitting a warning with gcc 4.0. We cannot change
mtd->name to "const char *" as we have dynamic assignements
of the name. So casting is the correct solution here

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

No differences found