Commit 18fd7315 authored by Jesper Juhl's avatar Jesper Juhl Committed by Sascha Hauer

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: default avatarJesper Juhl <jj@chaosbits.net>
Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
parent 124c13b9
......@@ -15,7 +15,6 @@
*/
#include <linux/kernel.h>
#include <linux/device.h>
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/console.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment