All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] spi-nor: Remove unused spi-nor.o rule
@ 2020-07-22  8:42 ` Joel Stanley
  0 siblings, 0 replies; 10+ messages in thread
From: Joel Stanley @ 2020-07-22  8:42 UTC (permalink / raw)
  To: Tudor Ambarus, Boris Brezillon
  Cc: Cédric Le Goater, linux-mtd, linux-kernel

In "mtd: spi-nor: Prepare core / manufacturer code split" the file was
refactored into seperate files, so the rule is no longer required.

Fixes: a0900d0195d2 ("mtd: spi-nor: Prepare core / manufacturer code split")
Reported-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Joel Stanley <joel@jms.id.au>
---
 drivers/mtd/spi-nor/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/mtd/spi-nor/Makefile b/drivers/mtd/spi-nor/Makefile
index 653923896205..2ede5ef79b01 100644
--- a/drivers/mtd/spi-nor/Makefile
+++ b/drivers/mtd/spi-nor/Makefile
@@ -17,6 +17,5 @@ spi-nor-objs			+= sst.o
 spi-nor-objs			+= winbond.o
 spi-nor-objs			+= xilinx.o
 spi-nor-objs			+= xmc.o
-obj-$(CONFIG_MTD_SPI_NOR)	+= spi-nor.o
 
 obj-$(CONFIG_MTD_SPI_NOR)	+= controllers/
-- 
2.27.0


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-07-26 12:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-22  8:42 [PATCH] spi-nor: Remove unused spi-nor.o rule Joel Stanley
2020-07-22  8:42 ` Joel Stanley
2020-07-22  9:31 ` Joel Stanley
2020-07-22  9:31   ` Joel Stanley
2020-07-26 11:51 ` kernel test robot
2020-07-26 11:51   ` kernel test robot
2020-07-26 11:51   ` kernel test robot
2020-07-26 12:16 ` kernel test robot
2020-07-26 12:16   ` kernel test robot
2020-07-26 12:16   ` kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.