mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-17 01:34:00 +08:00
parisc-agp: fix missing slab.h include
Commit 338e4fab
added a missing kfree if the alloc_pci_dev failed
but forgot to include <linux/slab.h> for the definition of
kfree.
Signed-off-by: Kyle McMartin <kyle@redhat.com>
This commit is contained in:
parent
18cb657ca1
commit
6a915c2bf0
@ -19,6 +19,7 @@
|
||||
#include <linux/klist.h>
|
||||
#include <linux/agp_backend.h>
|
||||
#include <linux/log2.h>
|
||||
#include <linux/slab.h>
|
||||
|
||||
#include <asm/parisc-device.h>
|
||||
#include <asm/ropes.h>
|
||||
|
Loading…
Reference in New Issue
Block a user