[PATCH v7 07/19] remoteproc: pull in slab.h

From: Michael S. Tsirkin
Date: Mon Apr 06 2020 - 21:07:51 EST


In preparation to virtio header changes, include slab.h directly as
this module is using it.

Signed-off-by: Michael S. Tsirkin <mst@xxxxxxxxxx>
---
drivers/remoteproc/remoteproc_sysfs.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/remoteproc/remoteproc_sysfs.c b/drivers/remoteproc/remoteproc_sysfs.c
index 7f8536b73295..52b871327b55 100644
--- a/drivers/remoteproc/remoteproc_sysfs.c
+++ b/drivers/remoteproc/remoteproc_sysfs.c
@@ -4,6 +4,7 @@
*/

#include <linux/remoteproc.h>
+#include <linux/slab.h>

#include "remoteproc_internal.h"

--
MST