staging: comedi: pcmuio: remove unneeded include

The <linux/slab.h> header is no longer needed by this driver.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
H Hartley Sweeten 2013-12-05 16:54:14 -07:00 committed by Greg Kroah-Hartman
parent d5f81755d6
commit fbd66a7e87

View file

@ -75,7 +75,6 @@
#include <linux/module.h>
#include <linux/interrupt.h>
#include <linux/slab.h>
#include "../comedidev.h"