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)
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>

No differences found