This is more inline with the current naming convention of the
other spi drivers and better reflect the name of the core.

Signed-off-by: Stefan Kristiansson <stefan.kristians...@saunalahti.fi>
---
 drivers/spi/Makefile                             | 2 +-
 drivers/spi/{spi_opencores.c => spi-oc-simple.c} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename drivers/spi/{spi_opencores.c => spi-oc-simple.c} (100%)

diff --git a/drivers/spi/Makefile b/drivers/spi/Makefile
index 2c72f76..a80e9f3 100644
--- a/drivers/spi/Makefile
+++ b/drivers/spi/Makefile
@@ -41,7 +41,7 @@ obj-$(CONFIG_SPI_MPC52xx_PSC)         += spi-mpc52xx-psc.o
 obj-$(CONFIG_SPI_MPC52xx)              += spi-mpc52xx.o
 obj-$(CONFIG_SPI_MXS)                  += spi-mxs.o
 obj-$(CONFIG_SPI_NUC900)               += spi-nuc900.o
-obj-$(CONFIG_SPI_OCSIMPLE)             += spi_opencores.o
+obj-$(CONFIG_SPI_OCSIMPLE)             += spi-oc-simple.o
 obj-$(CONFIG_SPI_OC_TINY)              += spi-oc-tiny.o
 obj-$(CONFIG_SPI_OCTEON)               += spi-octeon.o
 obj-$(CONFIG_SPI_OMAP_UWIRE)           += spi-omap-uwire.o
diff --git a/drivers/spi/spi_opencores.c b/drivers/spi/spi-oc-simple.c
similarity index 100%
rename from drivers/spi/spi_opencores.c
rename to drivers/spi/spi-oc-simple.c
-- 
1.8.1.2

_______________________________________________
Linux mailing list
Linux@lists.openrisc.net
http://lists.openrisc.net/listinfo/linux

Reply via email to