From 038405db982987bbe01ddc1fd90fba2dba700dd4 Mon Sep 17 00:00:00 2001 From: David Lin Date: Fri, 20 May 2016 18:37:02 -0700 Subject: [PATCH] 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 --- drivers/staging/greybus/Makefile | 1 - 1 file changed, 1 deletion(-) 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 \ -- 2.39.2