summaryrefslogtreecommitdiffstats
path: root/drivers/mux
diff options
context:
space:
mode:
authorPeter Rosin <peda@axentia.se>2017-08-22 08:27:08 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-08-28 17:11:28 +0200
commit8f3addf1b451784104ba3593d80702b4815d5a94 (patch)
treed35e350095bb323a3e66b435b6f96edfa392b05f /drivers/mux
parentd3cc8ca3ab6c1d78c26102870313fa36c48ea247 (diff)
downloadop-kernel-dev-8f3addf1b451784104ba3593d80702b4815d5a94.zip
op-kernel-dev-8f3addf1b451784104ba3593d80702b4815d5a94.tar.gz
mux: zap mux- prefix from the source files
Preserve the module names with Makefile additions. Signed-off-by: Peter Rosin <peda@axentia.se> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/mux')
-rw-r--r--drivers/mux/Makefile5
-rw-r--r--drivers/mux/adg792a.c (renamed from drivers/mux/mux-adg792a.c)0
-rw-r--r--drivers/mux/core.c (renamed from drivers/mux/mux-core.c)0
-rw-r--r--drivers/mux/gpio.c (renamed from drivers/mux/mux-gpio.c)0
-rw-r--r--drivers/mux/mmio.c (renamed from drivers/mux/mux-mmio.c)0
5 files changed, 5 insertions, 0 deletions
diff --git a/drivers/mux/Makefile b/drivers/mux/Makefile
index 6bac5b0..0e1e597 100644
--- a/drivers/mux/Makefile
+++ b/drivers/mux/Makefile
@@ -2,6 +2,11 @@
# Makefile for multiplexer devices.
#
+mux-core-objs := core.o
+mux-adg792a-objs := adg792a.o
+mux-gpio-objs := gpio.o
+mux-mmio-objs := mmio.o
+
obj-$(CONFIG_MULTIPLEXER) += mux-core.o
obj-$(CONFIG_MUX_ADG792A) += mux-adg792a.o
obj-$(CONFIG_MUX_GPIO) += mux-gpio.o
diff --git a/drivers/mux/mux-adg792a.c b/drivers/mux/adg792a.c
index 12aa221..12aa221 100644
--- a/drivers/mux/mux-adg792a.c
+++ b/drivers/mux/adg792a.c
diff --git a/drivers/mux/mux-core.c b/drivers/mux/core.c
index aabfb15..aabfb15 100644
--- a/drivers/mux/mux-core.c
+++ b/drivers/mux/core.c
diff --git a/drivers/mux/mux-gpio.c b/drivers/mux/gpio.c
index 468bf17..468bf17 100644
--- a/drivers/mux/mux-gpio.c
+++ b/drivers/mux/gpio.c
diff --git a/drivers/mux/mux-mmio.c b/drivers/mux/mmio.c
index 37c1de3..37c1de3 100644
--- a/drivers/mux/mux-mmio.c
+++ b/drivers/mux/mmio.c
OpenPOWER on IntegriCloud