forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 244b2c5ca8b14627e4a17755e5922221e121c771
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"