staging: unisys: Get rid of references to common-spar
authorDavid Kershner <david.kershner@unisys.com>
Wed, 13 May 2015 17:22:08 +0000 (13:22 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 24 May 2015 20:28:54 +0000 (13:28 -0700)
Makefiles still had common-spar listed in ccflags.

This gets rid of them.

Signed-off-by: David Kershner <david.kershner@unisys.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorbus/Makefile
drivers/staging/unisys/visorchannel/Makefile

index 32f199e949ec44a7ed788d8d2103584bc1909164..2650b7284869a2addd629509afa7e0bfddfd1b62 100644 (file)
@@ -10,7 +10,5 @@ visorbus-y += visorchipset.o
 visorbus-y += periodic_work.o
 
 ccflags-y += -Idrivers/staging/unisys/include
-ccflags-y += -Idrivers/staging/unisys/common-spar/include
-ccflags-y += -Idrivers/staging/unisys/common-spar/include/channels
 ccflags-y += -Idrivers/staging/unisys/visorutil
 ccflags-y += -Idrivers/staging/unisys/visorbus
index e079c96b1cdf8deb6fbbbf8e124593abbf851e2a..0c0cacbd8843ed82e080603016464de0ef8f5d1f 100644 (file)
@@ -7,6 +7,4 @@ obj-$(CONFIG_UNISYS_VISORCHANNEL)       += visorchannel.o
 visorchannel-y := visorchannel_main.o visorchannel_funcs.o
 
 ccflags-y += -Idrivers/staging/unisys/include
-ccflags-y += -Idrivers/staging/unisys/common-spar/include
-ccflags-y += -Idrivers/staging/unisys/common-spar/include/channels
 ccflags-y += -Idrivers/staging/unisys/visorutil