aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pps
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2013-04-11 23:51:01 +0100
committerAl Viro <viro@zeniv.linux.org.uk>2013-04-29 15:42:01 -0400
commit0d01ff2583086fd532181d2ee16112f5342eb78d (patch)
treea73245503f650b649f18dac64e7737a3e1842949 /drivers/pps
parentproc: Delete create_proc_read_entry() (diff)
downloadlinux-dev-0d01ff2583086fd532181d2ee16112f5342eb78d.tar.xz
linux-dev-0d01ff2583086fd532181d2ee16112f5342eb78d.zip
Include missing linux/slab.h inclusions
Include missing linux/slab.h inclusions where the source file is currently expecting to get kmalloc() and co. through linux/proc_fs.h. Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> cc: linux-s390@vger.kernel.org cc: sparclinux@vger.kernel.org cc: linux-efi@vger.kernel.org cc: linux-mtd@lists.infradead.org cc: devel@driverdev.osuosl.org cc: x86@kernel.org Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers/pps')
-rw-r--r--drivers/pps/clients/pps_parport.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pps/clients/pps_parport.c b/drivers/pps/clients/pps_parport.c
index e1b4705ae3ec..38a8bbe74810 100644
--- a/drivers/pps/clients/pps_parport.c
+++ b/drivers/pps/clients/pps_parport.c
@@ -32,6 +32,7 @@
#include <linux/init.h>
#include <linux/irqnr.h>
#include <linux/time.h>
+#include <linux/slab.h>
#include <linux/parport.h>
#include <linux/pps_kernel.h>