MTD: handle pci_name() being const

This changes the MTD core to handle pci_name() now returning a constant
string.

Cc: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Greg Kroah-Hartman
2008-07-02 12:46:22 -07:00
parent 89bcb05d9b
commit eadcf0d704
3 changed files with 7 additions and 5 deletions

View File

@@ -121,7 +121,7 @@ struct mtd_info {
u_int32_t oobavail; // Available OOB bytes per block
// Kernel-only stuff starts here.
char *name;
const char *name;
int index;
/* ecc layout structure pointer - read only ! */