projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e9f85e
)
vfio-ccw: Fix a build error due to missing include of linux/slab.h
author
Sean Christopherson
<sean.j.christopherson@intel.com>
Fri, 3 Jul 2020 02:26:28 +0000
(19:26 -0700)
committer
Cornelia Huck
<cohuck@redhat.com>
Fri, 3 Jul 2020 09:41:31 +0000
(11:41 +0200)
Include linux/slab.h to fix a build error due to kfree() being undefined.
Fixes: 3f02cb2fd9d2 ("vfio-ccw: Wire up the CRW irq and CRW region")
Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Message-Id: <
20200703022628
.6036-1-sean.j.christopherson@intel.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
drivers/s390/cio/vfio_ccw_chp.c
patch
|
blob
|
history
diff --git
a/drivers/s390/cio/vfio_ccw_chp.c
b/drivers/s390/cio/vfio_ccw_chp.c
index a646fc81c872f6dbf0a3c9c0f4303cd0c66a8314..13b26a1c79886bacd8742d1404588096bd224170 100644
(file)
--- a/
drivers/s390/cio/vfio_ccw_chp.c
+++ b/
drivers/s390/cio/vfio_ccw_chp.c
@@
-8,6
+8,7
@@
* Eric Farman <farman@linux.ibm.com>
*/
+#include <linux/slab.h>
#include <linux/vfio.h>
#include "vfio_ccw_private.h"