aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@yeah.nah.nz>2021-05-09 12:48:32 +1200
committerDavid Phillips <david@yeah.nah.nz>2021-05-09 12:48:32 +1200
commit53902683d1b514dca78e1d6f084673e845ba8934 (patch)
tree2db0ffa7958c53c291af68059b7b6e5712dc7a18
parent55dce174c05af46ab0f86da7de0c4447be038973 (diff)
downloadcds9k-53902683d1b514dca78e1d6f084673e845ba8934.tar.xz
Rename top-level CDS9K regmap driver
-rw-r--r--Makefile2
-rw-r--r--cds9k-mfd-spi.c (renamed from simple-mfd-spi.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5e23f84..8e49ff6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-obj-m := simple-mfd-spi.o
+obj-m := cds9k-mfd-spi.o
obj-m += cds9k-gpio.o
SRC := $(shell pwd)
diff --git a/simple-mfd-spi.c b/cds9k-mfd-spi.c
index 6118196..6118196 100644
--- a/simple-mfd-spi.c
+++ b/cds9k-mfd-spi.c