Re: [PATCH 2/3] tty: serial: 8250: Add Mediatek UART driver
From: Alan Cox <hidden>
Date: 2014-08-05 12:02:38
Also in:
linux-api, linux-serial, lkml
From: Alan Cox <hidden>
Date: 2014-08-05 12:02:38
Also in:
linux-api, linux-serial, lkml
On Tue, 2014-08-05 at 17:25 +0530, Varka Bhadram wrote:
On 08/05/2014 04:24 PM, Matthias Brugger wrote: (...)quoted
+#include <linux/io.h> +#include <linux/module.h> +#include <linux/serial_8250.h> +#include <linux/of_irq.h> +#include <linux/of_platform.h> +#include <linux/platform_device.h> +#include <linux/clk.h> +#include <linux/pm_runtime.h> +#include "8250.h" +Better if we have includes in alphabetical order..
So 8250.h would be first and it wouldn't compile ??? Can we stick to serious critiques ? Alan