
Drop using UCLASS_SPI_FLASH, spi-nor flash is part of MTD uclass now.
Cc: Simon Glass sjg@chromium.org Cc: Bin Meng bmeng.cn@gmail.com Cc: Mugunthan V N mugunthanvnm@ti.com Cc: Michal Simek michal.simek@xilinx.com Cc: Siva Durga Prasad Paladugu sivadur@xilinx.com Signed-off-by: Jagan Teki jteki@openedev.com --- include/dm/uclass-id.h | 1 - 1 file changed, 1 deletion(-)
diff --git a/include/dm/uclass-id.h b/include/dm/uclass-id.h index 73cd3ac..324d4fd 100644 --- a/include/dm/uclass-id.h +++ b/include/dm/uclass-id.h @@ -64,7 +64,6 @@ enum uclass_id { UCLASS_RTC, /* Real time clock device */ UCLASS_SERIAL, /* Serial UART */ UCLASS_SPI, /* SPI bus */ - UCLASS_SPI_FLASH, /* SPI flash */ UCLASS_SPI_GENERIC, /* Generic SPI flash target */ UCLASS_SYSCON, /* System configuration device */ UCLASS_THERMAL, /* Thermal sensor */