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 b3a95fe commit d373005Copy full SHA for d373005
drivers/tty/serial/cpm_uart/cpm_uart_core.c
@@ -33,10 +33,10 @@
33
#include <linux/gpio.h>
34
#include <linux/of_gpio.h>
35
#include <linux/clk.h>
36
+#include <linux/io.h>
37
+#include <linux/delay.h>
38
-#include <asm/io.h>
39
#include <asm/irq.h>
-#include <asm/delay.h>
40
#include <asm/fs_pd.h>
41
#include <asm/udbg.h>
42
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