From 14a4f52b0d1b561ce52c4590bdd339497dfd5be5 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 25 Apr 2023 10:54:26 -0600 Subject: ide: Move ATA_CURR_BASE to C file This is not used outside one C file. Move it out of the header to reduce its visbility. Signed-off-by: Simon Glass --- include/ide.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/ide.h') diff --git a/include/ide.h b/include/ide.h index 426cef4e39e..58f6640c61b 100644 --- a/include/ide.h +++ b/include/ide.h @@ -11,9 +11,6 @@ #define IDE_BUS(dev) (dev / (CONFIG_SYS_IDE_MAXDEVICE / CONFIG_SYS_IDE_MAXBUS)) -#define ATA_CURR_BASE(dev) (CONFIG_SYS_ATA_BASE_ADDR+ide_bus_offset[IDE_BUS(dev)]) -extern ulong ide_bus_offset[]; - /* * Function Prototypes */ -- cgit v1.2.3