hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/ata/pata_ep93xx.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * EP93XX PATA controller driver.
34 *
....@@ -44,7 +45,7 @@
4445 #include <linux/ktime.h>
4546
4647 #include <linux/platform_data/dma-ep93xx.h>
47
-#include <mach/platform.h>
48
+#include <linux/soc/cirrus/ep93xx.h>
4849
4950 #define DRV_NAME "ep93xx-ide"
5051 #define DRV_VERSION "1.0"