From 093a6c67005148ae32a5c9e4553491b9f5c2457b Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 10 May 2024 07:40:51 +0000
Subject: [PATCH] disable kernel build waring

---
 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