Skip to content

Commit 3d820cd

Browse files
committed
rpmsg: pull in slab.h
In preparation to virtio header changes, include slab.h directly as this module is using it. Signed-off-by: Michael S. Tsirkin <[email protected]>
1 parent f091abe commit 3d820cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/rpmsg/mtk_rpmsg.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <linux/platform_device.h>
99
#include <linux/remoteproc.h>
1010
#include <linux/rpmsg/mtk_rpmsg.h>
11+
#include <linux/slab.h>
1112
#include <linux/workqueue.h>
1213

1314
#include "rpmsg_internal.h"

0 commit comments

Comments
 (0)