From 2bf11cd325d39961e2b160535b13e962a219726f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 12 Mar 2017 20:25:37 +0100 Subject: [PATCH] linux4.10: fix musl. --- srcpkgs/linux4.10/patches/musl.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/srcpkgs/linux4.10/patches/musl.patch b/srcpkgs/linux4.10/patches/musl.patch index 2aa0c9a789b..bf88b666fd4 100644 --- a/srcpkgs/linux4.10/patches/musl.patch +++ b/srcpkgs/linux4.10/patches/musl.patch @@ -9,3 +9,14 @@ #include #include #include +--- a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_shim.c ++++ b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_shim.c +@@ -39,8 +39,6 @@ + + #include "vchiq_util.h" + +-#include +- + #define vchiq_status_to_vchi(status) ((int32_t)status) + + typedef struct {