Browse Source

hw/ide/ahci: Rename ahci_internal.h to ahci-internal.h

Other headers now use dash instead of underscore. Rename
ahci_internal.h accordingly for consistency.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240227131310.C24EB4E6005@zero.eik.bme.hu>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
BALATON Zoltan 1 year ago
parent
commit
2f73edac56
3 changed files with 2 additions and 2 deletions
  1. 0 0
      hw/ide/ahci-internal.h
  2. 1 1
      hw/ide/ahci.c
  3. 1 1
      hw/ide/ich.c

+ 0 - 0
hw/ide/ahci_internal.h → hw/ide/ahci-internal.h


+ 1 - 1
hw/ide/ahci.c

@@ -37,7 +37,7 @@
 #include "hw/ide/pci.h"
 #include "hw/ide/pci.h"
 #include "hw/ide/ahci-pci.h"
 #include "hw/ide/ahci-pci.h"
 #include "hw/ide/ahci-sysbus.h"
 #include "hw/ide/ahci-sysbus.h"
-#include "ahci_internal.h"
+#include "ahci-internal.h"
 #include "ide-internal.h"
 #include "ide-internal.h"
 
 
 #include "trace.h"
 #include "trace.h"

+ 1 - 1
hw/ide/ich.c

@@ -70,7 +70,7 @@
 #include "sysemu/dma.h"
 #include "sysemu/dma.h"
 #include "hw/ide/pci.h"
 #include "hw/ide/pci.h"
 #include "hw/ide/ahci-pci.h"
 #include "hw/ide/ahci-pci.h"
-#include "ahci_internal.h"
+#include "ahci-internal.h"
 
 
 #define ICH9_MSI_CAP_OFFSET     0x80
 #define ICH9_MSI_CAP_OFFSET     0x80
 #define ICH9_SATA_CAP_OFFSET    0xA8
 #define ICH9_SATA_CAP_OFFSET    0xA8