summaryrefslogtreecommitdiffstats
path: root/drivers/tty
diff options
context:
space:
mode:
authorJesper Juhl2011-02-14 23:54:00 +0100
committerSascha Hauer2011-02-15 18:35:42 +0100
commit18fd7315cc475ff53c60e5e7b3bad126c0163527 (patch)
tree7d86682d1fce9638fd7bcfa3d2dbe672f093a6e2 /drivers/tty
parenti.MX51 iomux: Fixes MX51_PAD_UART2_TXD__UART2_TXD & MX51_PAD_USBH1_DATA2__UAR... (diff)
downloadkernel-qcow2-linux-18fd7315cc475ff53c60e5e7b3bad126c0163527.tar.gz
kernel-qcow2-linux-18fd7315cc475ff53c60e5e7b3bad126c0163527.tar.xz
kernel-qcow2-linux-18fd7315cc475ff53c60e5e7b3bad126c0163527.zip
Freescale STMP37XX/STMP378X Application UART driver: remove duplicate linux/device.h include
Do not include linux/device.h twice in drivers/tty/serial/mxs-auart.c . Once is enough. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/tty')
-rw-r--r--drivers/tty/serial/mxs-auart.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/serial/mxs-auart.c b/drivers/tty/serial/mxs-auart.c
index 6d01ac968103..7e02c9c344fe 100644
--- a/drivers/tty/serial/mxs-auart.c
+++ b/drivers/tty/serial/mxs-auart.c
@@ -15,7 +15,6 @@
*/
#include <linux/kernel.h>
-#include <linux/device.h>
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/console.h>