diff options
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | 2015-09-16 22:16:38 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-09-17 06:11:03 -0700 |
commit | f5ab93fa5e79bacd83f0866ad5c3950eee279b66 (patch) | |
tree | 3c877aaaa6428563a37951fd038375096f689991 | |
parent | 8b5081c876bde9b1df5e96ee6990d5acd20c128b (diff) |
staging: unisys: remove reference of visorutil
commit 53490b545cb0 ("staging: unisys: move periodic_work.c into the visorbus directory")
has removed the visorutil directory but missed removing the reference in
the Makefile.
Fixes: 53490b545cb0 ("staging: unisys: move periodic_work.c into the visorbus directory")
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/unisys/visorbus/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/unisys/visorbus/Makefile b/drivers/staging/unisys/visorbus/Makefile index fa27ee5f336c..fc790e7592fc 100644 --- a/drivers/staging/unisys/visorbus/Makefile +++ b/drivers/staging/unisys/visorbus/Makefile @@ -10,4 +10,3 @@ visorbus-y += visorchipset.o visorbus-y += periodic_work.o ccflags-y += -Idrivers/staging/unisys/include -ccflags-y += -Idrivers/staging/unisys/visorutil |