aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAndy Whitcroft <apw@canonical.com>2011-01-26 17:16:41 +0000
committerJohn Rigby <john.rigby@linaro.org>2011-03-16 15:58:49 -0600
commit9f35c900075c903793a34b6f0861e547261044dd (patch)
tree908e9856bbb70f0cfcbe1ba77a333264a7321f52 /drivers
parent8af5b4861e57c1da549171076436d2ea0449d049 (diff)
tty: include linux/slab.h for kfree
Signed-off-by: Andy Whitcroft <apw@canonical.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/tty/serial/pch_uart.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/pch_uart.c b/drivers/tty/serial/pch_uart.c
index 70a61458ec42..078c74bdb54d 100644
--- a/drivers/tty/serial/pch_uart.c
+++ b/drivers/tty/serial/pch_uart.c
@@ -21,6 +21,7 @@
#include <linux/serial_core.h>
#include <linux/interrupt.h>
#include <linux/io.h>
+#include <linux/slab.h>
#include <linux/dmaengine.h>
#include <linux/pch_dma.h>