linux4.10: fix musl.
This commit is contained in:
parent
caf15e7352
commit
2bf11cd325
|
@ -9,3 +9,14 @@
|
|||
#include <linux/types.h>
|
||||
#include <linux/export.h>
|
||||
#include <linux/ceph/libceph.h>
|
||||
--- 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 <stddef.h>
|
||||
-
|
||||
#define vchiq_status_to_vchi(status) ((int32_t)status)
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Reference in New Issue