]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit16ae2ad3e8e1be6559e894f2fc6c3787809223a0
tree9e6d1497c53a3c111842c7d8864a19f19cf0c88a
parent0b2510a0244324aaccacac536e0dfc78dad77f08
parisc-agp: fix missing slab.h include

Commit acc54ae4 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