Skip to content

Commit d8ca55a

Browse files
Sean Christophersoncohuck
authored andcommitted
vfio-ccw: Fix a build error due to missing include of linux/slab.h
Include linux/slab.h to fix a build error due to kfree() being undefined. Fixes: 3f02cb2 ("vfio-ccw: Wire up the CRW irq and CRW region") Signed-off-by: Sean Christopherson <[email protected]> Message-Id: <[email protected]> Signed-off-by: Cornelia Huck <[email protected]>
1 parent 9e9f85e commit d8ca55a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/s390/cio/vfio_ccw_chp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* Eric Farman <[email protected]>
99
*/
1010

11+
#include <linux/slab.h>
1112
#include <linux/vfio.h>
1213
#include "vfio_ccw_private.h"
1314

0 commit comments

Comments
 (0)