summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorluweizhou <b45643@freescale.com>2014-06-24 12:15:00 +0800
committerluweizhou <b45643@freescale.com>2014-06-24 13:54:30 +0800
commit9f82045316a36af3a4ea9a666f367de416a2237a (patch)
tree8228deebcc2ca6d3de294820c445f18cf37b696f /drivers
parentddd7803a15dd195dbc5030dc9acdc6b7a9e95fea (diff)
ENGR00314144 mxc: mlb: Rename the mxc_mlb150 to mxc_mlb.
Since i.MX6SX doesn't supports MLB150 , it is not strictly explicit to name driver module as mxc_mlb150.ko. Rename it to mxc_mlb.ko.It would be more common. Signed-off-by: Luwei Zhou <b45643@freescale.com> (cherry picked from commit dbe1a350e2f61e827501fd322951b9ea255461a5)
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mxc/mlb/Makefile2
-rwxr-xr-xdrivers/mxc/mlb/mxc_mlb.c (renamed from drivers/mxc/mlb/mxc_mlb150.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mxc/mlb/Makefile b/drivers/mxc/mlb/Makefile
index 1362e3cefd4d..e71005a3788f 100644
--- a/drivers/mxc/mlb/Makefile
+++ b/drivers/mxc/mlb/Makefile
@@ -2,4 +2,4 @@
# Makefile for the i.MX6Q/DL MLB150 driver
#
-obj-$(CONFIG_MXC_MLB150) += mxc_mlb150.o
+obj-$(CONFIG_MXC_MLB150) += mxc_mlb.o
diff --git a/drivers/mxc/mlb/mxc_mlb150.c b/drivers/mxc/mlb/mxc_mlb.c
index e0103a2b0d43..e0103a2b0d43 100755
--- a/drivers/mxc/mlb/mxc_mlb150.c
+++ b/drivers/mxc/mlb/mxc_mlb.c