parisc-agp: fix missing slab.h include
authorKyle McMartin <kyle@mcmartin.ca>
Fri, 29 Oct 2010 16:48:01 +0000 (12:48 -0400)
committerKyle McMartin <kyle@mcmartin.ca>
Fri, 29 Oct 2010 17:26:48 +0000 (13:26 -0400)
commit6a915c2bf073743dd31229f1ec2eaa7a2b13c1c3
tree9e6d1497c53a3c111842c7d8864a19f19cf0c88a
parent18cb657ca1bafe635f368346a1676fb04c512edf
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>
drivers/char/agp/parisc-agp.c