summaryrefslogtreecommitdiff
path: root/drivers/staging/unisys/visorbus/Makefile
diff options
context:
space:
mode:
authorPrarit Bhargava <prarit@redhat.com>2015-05-05 18:36:07 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-05-08 15:25:59 +0200
commit32710457c895baefd7de6687e9e08f40ae7b2d24 (patch)
tree3f0482ebad2cd8f04e9e8aa2d58db9317f2bc281 /drivers/staging/unisys/visorbus/Makefile
parent826b6a0f8677995583b7b54706c8fa20e2491ac3 (diff)
staging: unisys: unify devmajorminor attributes into visorbus_main.c
The code in devmajorminor_attr.[ch] only creates sysfs files and is called only in visorbus_main.c. This code should be unified into visorbus_main.c. The only changes are a forward declaration issue with register_devmajorminor_attributes() and making the functions static. 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 d44fbf63404e..0465fb909a99 100644
--- a/drivers/staging/unisys/visorbus/Makefile
+++ b/drivers/staging/unisys/visorbus/Makefile
@@ -4,7 +4,7 @@
obj-$(CONFIG_UNISYS_VISORBUS) += visorbus.o
-visorbus-y := visorbus_main.o devmajorminor_attr.o
+visorbus-y := visorbus_main.o
visorbus-y += visorchannel_funcs.o
ccflags-y += -Idrivers/staging/unisys/include