Commit d8ca55ad authored by Sean Christopherson's avatar Sean Christopherson Committed by Cornelia Huck

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: 3f02cb2f ("vfio-ccw: Wire up the CRW irq and CRW region")
Signed-off-by: default avatarSean Christopherson <sean.j.christopherson@intel.com>
Message-Id: <20200703022628.6036-1-sean.j.christopherson@intel.com>
Signed-off-by: default avatarCornelia Huck <cohuck@redhat.com>
parent 9e9f85e0
......@@ -8,6 +8,7 @@
* Eric Farman <farman@linux.ibm.com>
*/
#include <linux/slab.h>
#include <linux/vfio.h>
#include "vfio_ccw_private.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment