diff options
author | Don Zickus <dzickus@redhat.com> | 2015-05-13 13:22:11 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-05-24 13:28:55 -0700 |
commit | 1b56ac48c1c643aacd078b9f100ba448376a0183 (patch) | |
tree | a8f83e3c975a360bf4a79c137944d58b4fbd9a38 | |
parent | 5f3a7e364608e9be2e97725f86bd14ff827b5c6a (diff) | |
download | linux-1b56ac48c1c643aacd078b9f100ba448376a0183.tar.bz2 |
staging: unisys: Remove temporarily added visorbus/ include in Makefile
Now that the header file movement is complete, remove the temporary ccflags
include
Signed-off-by: Don Zickus <dzickus@redhat.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
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 2650b7284869..fa27ee5f336c 100644 --- a/drivers/staging/unisys/visorbus/Makefile +++ b/drivers/staging/unisys/visorbus/Makefile @@ -11,4 +11,3 @@ visorbus-y += periodic_work.o ccflags-y += -Idrivers/staging/unisys/include ccflags-y += -Idrivers/staging/unisys/visorutil -ccflags-y += -Idrivers/staging/unisys/visorbus |