We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 647e8c5 commit a872923Copy full SHA for a872923
drivers/tty/serial/cpm_uart/cpm_uart_core.c
@@ -32,10 +32,10 @@
32
#include <linux/of_platform.h>
33
#include <linux/gpio/consumer.h>
34
#include <linux/clk.h>
35
+#include <linux/io.h>
36
+#include <linux/delay.h>
37
-#include <asm/io.h>
38
#include <asm/irq.h>
-#include <asm/delay.h>
39
#include <asm/fs_pd.h>
40
#include <asm/udbg.h>
41
drivers/tty/serial/cpm_uart/cpm_uart_cpm2.c
@@ -21,8 +21,8 @@
21
#include <linux/device.h>
22
#include <linux/memblock.h>
23
#include <linux/dma-mapping.h>
24
25
26
27
28
#include <asm/prom.h>
0 commit comments