diff options
author | Benjamin Romer <benjamin.romer@unisys.com> | 2015-04-13 21:16:50 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-04-30 16:37:21 +0200 |
commit | 280b5a4366dd4b813cad180e39b04e773ca0ebe0 (patch) | |
tree | 741f869b36bceb40ad64a89863074b6444ee3207 /drivers/staging/unisys/Makefile | |
parent | 3d3fb181309c68850762123f6f87f660a7606dfb (diff) |
staging: unisys: remove virtpci driver from staging tree
The virtpci driver is being rewritten, so remove the driver from the staging
tree.
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Reviewed-by: Don Zickus <dzickus@redhat.com>
Reviewed-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/unisys/Makefile')
-rw-r--r-- | drivers/staging/unisys/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/unisys/Makefile b/drivers/staging/unisys/Makefile index 3283a013d0c6..899b0cbdb5dd 100644 --- a/drivers/staging/unisys/Makefile +++ b/drivers/staging/unisys/Makefile @@ -5,4 +5,3 @@ obj-$(CONFIG_UNISYS_VISORUTIL) += visorutil/ obj-$(CONFIG_UNISYS_VISORCHANNEL) += visorchannel/ obj-$(CONFIG_UNISYS_VISORCHIPSET) += visorchipset/ obj-$(CONFIG_UNISYS_UISLIB) += uislib/ -obj-$(CONFIG_UNISYS_VIRTPCI) += virtpci/ |