From 071106ecf68c401173c58808b1cf5f68cc50d390 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 05 Jan 2024 08:39:27 +0000 Subject: [PATCH] change wifi driver to cypress --- kernel/include/linux/ata_platform.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/kernel/include/linux/ata_platform.h b/kernel/include/linux/ata_platform.h index ff21202..9cafec9 100644 --- a/kernel/include/linux/ata_platform.h +++ b/kernel/include/linux/ata_platform.h @@ -19,7 +19,8 @@ struct resource *irq_res, unsigned int ioport_shift, int __pio_mask, - struct scsi_host_template *sht); + struct scsi_host_template *sht, + bool use16bit); /* * Marvell SATA private data -- Gitblit v1.6.2