vfio-ccw: Fix a build error due to missing include of linux/slab.h
authorSean Christopherson <sean.j.christopherson@intel.com>
Fri, 3 Jul 2020 02:26:28 +0000 (19:26 -0700)
committerCornelia Huck <cohuck@redhat.com>
Fri, 3 Jul 2020 09:41:31 +0000 (11:41 +0200)
commitd8ca55addb9315ecd9fc4397f4c94d3f1980161c
treeb36f7d5015ec7e7438c7c54af376d11bea2f37b9
parent9e9f85e029a2ee4167aacf3ff04e4288a5e5c74e
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: 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