summaryrefslogtreecommitdiff
path: root/drivers/staging/unisys/visorbus/Makefile
diff options
context:
space:
mode:
authorPrarit Bhargava <prarit@redhat.com>2015-05-05 18:36:08 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-05-08 15:25:59 +0200
commit429809db3b133ff5e1d864bfb6e09c2ce9994e9a (patch)
tree0b116f007e1841a2089eab25177385b74a89d4ad /drivers/staging/unisys/visorbus/Makefile
parent32710457c895baefd7de6687e9e08f40ae7b2d24 (diff)
staging: unisys: rename visorchannel_funcs.c to visorchannel.c
visorchannel_funcs.c is a remnant of the separate visorchannel directory. It should be called visorchannel now. Signed-off-by: Prarit Bhargava <prarit@redhat.com> Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/unisys/visorbus/Makefile')
-rw-r--r--drivers/staging/unisys/visorbus/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/unisys/visorbus/Makefile b/drivers/staging/unisys/visorbus/Makefile
index 0465fb909a99..7151690695f5 100644
--- a/drivers/staging/unisys/visorbus/Makefile
+++ b/drivers/staging/unisys/visorbus/Makefile
@@ -5,7 +5,7 @@
obj-$(CONFIG_UNISYS_VISORBUS) += visorbus.o
visorbus-y := visorbus_main.o
-visorbus-y += visorchannel_funcs.o
+visorbus-y += visorchannel.o
ccflags-y += -Idrivers/staging/unisys/include
ccflags-y += -Idrivers/staging/unisys/visorchipset