mtd: move manufacturer to the common cfi.h header file
authorHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Thu, 5 Nov 2009 14:53:43 +0000 (15:53 +0100)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 30 Nov 2009 09:51:26 +0000 (09:51 +0000)
commitb2ef1a2bb2eb49cd7c75b22f1ea40ead0bdfdb8a
tree5f28a7fc1225eb6226770ceaade014090f420197
parent8dbaea4bfcecacaf496a3e2ae92867baedbcab8e
mtd: move manufacturer to the common cfi.h header file

This patch moves the MANUFACTURER_ST and MANUFACTURER_INTEL to the
include/linux/mtd/cfi.h header file and renames them to CFI_MFR_ST and
CFI_MFR_INTEL. CFI_MFR_ST was already present there.

All references in drivers/mtd/chips/cfi_cmdset_0001.c are updated to reflect
this.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Acked-by: Nicolas Pitre <nico@fluxnic.net>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/chips/cfi_cmdset_0001.c
include/linux/mtd/cfi.h