Skip to content

Commit bf02bd9

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]>
1 parent 3d820cd commit bf02bd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/remoteproc/stm32_rproc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include <linux/regmap.h>
2020
#include <linux/remoteproc.h>
2121
#include <linux/reset.h>
22+
#include <linux/slab.h>
2223
#include <linux/workqueue.h>
2324

2425
#include "remoteproc_internal.h"

0 commit comments

Comments
 (0)