diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/flash.h | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/include/flash.h b/include/flash.h index 8b8979e2f..b01616200 100644 --- a/include/flash.h +++ b/include/flash.h @@ -87,8 +87,6 @@ typedef unsigned long flash_sect_t;  /* convert between bit value and numeric value */  #define CFI_FLASH_SHIFT_WIDTH	3 -/* cfi-mtd device name */ -#define	CFI_MTD_DEV_NAME	"cfi-mtd"  /* Prototypes */  extern unsigned long flash_init (void); |