Skip to content

Commit

Permalink
staging: unisys: move periodic_work.c into the visorbus directory
Browse files Browse the repository at this point in the history
This patch removes visorutil directory, move periodic_work.c into
the visorbus directory.

Signed-off-by: Erik Arfvidson <erik.arfvidson@unisys.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Erik Arfvidson authored and Greg Kroah-Hartman committed May 8, 2015
1 parent c0a1464 commit 53490b5
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 19 deletions.
1 change: 0 additions & 1 deletion drivers/staging/unisys/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ menuconfig UNISYSSPAR

if UNISYSSPAR

source "drivers/staging/unisys/visorutil/Kconfig"
source "drivers/staging/unisys/visorbus/Kconfig"

endif # UNISYSSPAR
1 change: 1 addition & 0 deletions drivers/staging/unisys/visorbus/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ obj-$(CONFIG_UNISYS_VISORBUS) += visorbus.o
visorbus-y := visorbus_main.o
visorbus-y += visorchannel.o
visorbus-y += visorchipset.o
visorbus-y += periodic_work.o

ccflags-y += -Idrivers/staging/unisys/include
ccflags-y += -Idrivers/staging/unisys/common-spar/include
Expand Down
9 changes: 0 additions & 9 deletions drivers/staging/unisys/visorutil/Kconfig

This file was deleted.

9 changes: 0 additions & 9 deletions drivers/staging/unisys/visorutil/Makefile

This file was deleted.

0 comments on commit 53490b5

Please sign in to comment.