commit | 6a915c2bf073743dd31229f1ec2eaa7a2b13c1c3 | [log] [tgz] |
---|---|---|
author | Kyle McMartin <kyle@mcmartin.ca> | Fri Oct 29 12:48:01 2010 -0400 |
committer | Kyle McMartin <kyle@mcmartin.ca> | Fri Oct 29 13:26:48 2010 -0400 |
tree | 9e6d1497c53a3c111842c7d8864a19f19cf0c88a | |
parent | 18cb657ca1bafe635f368346a1676fb04c512edf [diff] |
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>