kernel/drivers/ata/pata_ep93xx.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * EP93XX PATA controller driver. 3 4 * .. .. @@ -44,7 +45,7 @@ 44 45 #include <linux/ktime.h> 45 46 46 47 #include <linux/platform_data/dma-ep93xx.h> 47 -#include <mach/platform.h>48 +#include <linux/soc/cirrus/ep93xx.h>48 49 49 50 #define DRV_NAME "ep93xx-ide" 50 51 #define DRV_VERSION "1.0"