From: David Lin Date: Sat, 21 May 2016 01:37:02 +0000 (-0700) Subject: greybus: legacy: remove protocol.o from the makefile X-Git-Tag: v4.9-rc1~119^2~378^2~21^2~354 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=038405db982987bbe01ddc1fd90fba2dba700dd4;p=karo-tx-linux.git greybus: legacy: remove protocol.o from the makefile Commit 0917cba11 ("legacy: remove legacy driver support") removed protocol.c, however, the corresponding target in the Makefile was not removed therefore broken the build. Testing Done: - Build & boot on EVT1.5 Signed-off-by: David Lin Reviewed-by: Viresh Kumar Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/Makefile b/drivers/staging/greybus/Makefile index 6d07b1bcd21b..f7fe4d512015 100644 --- a/drivers/staging/greybus/Makefile +++ b/drivers/staging/greybus/Makefile @@ -6,7 +6,6 @@ greybus-y := core.o \ interface.o \ bundle.o \ connection.o \ - protocol.o \ control.o \ svc.o \ svc_watchdog.o \