X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fmtd%2Fmap.h;h=aa30244492c6770a5ccdaf9c6a21536c9f6ea579;hb=ff877ea80efa2015b6263766f78ee42c2a1b32f9;hp=a9fae032ba8176db0a256aea1160f3c04e78720e;hpb=c8c55bcb43d790d97790cfa319d80045a71fde39;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/mtd/map.h b/include/linux/mtd/map.h index a9fae032ba8..aa30244492c 100644 --- a/include/linux/mtd/map.h +++ b/include/linux/mtd/map.h @@ -1,6 +1,5 @@ /* Overhauled routines for dealing with different mmap regions of flash */ -/* $Id: map.h,v 1.54 2005/11/07 11:14:54 gleixner Exp $ */ #ifndef __LINUX_MTD_MAP_H__ #define __LINUX_MTD_MAP_H__ @@ -189,7 +188,7 @@ typedef union { */ struct map_info { - char *name; + const char *name; unsigned long size; resource_size_t phys; #define NO_XIP (-1UL)