Skip to content

Commit bf89a7c

Browse files
committed
remoteproc: 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]> Acked-by: Bjorn Andersson <[email protected]>
1 parent b69df6c commit bf89a7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/remoteproc/remoteproc_sysfs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*/
55

66
#include <linux/remoteproc.h>
7+
#include <linux/slab.h>
78

89
#include "remoteproc_internal.h"
910

0 commit comments

Comments
 (0)