remoteproc: pull in slab.h
authorMichael S. Tsirkin <mst@redhat.com>
Tue, 7 Apr 2020 00:39:37 +0000 (20:39 -0400)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 17 Apr 2020 10:05:29 +0000 (06:05 -0400)
In preparation to virtio header changes, include slab.h directly as
this module is using it.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/remoteproc/remoteproc_sysfs.c

index 7f8536b73295d50d85dae7203e7fea8443a6941b..52b871327b55351baabd81c03a3f5d45580bd7b9 100644 (file)
@@ -4,6 +4,7 @@
  */
 
 #include <linux/remoteproc.h>
+#include <linux/slab.h>
 
 #include "remoteproc_internal.h"