Merge tag 'drivers-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux-2.6-microblaze.git] / include / linux / platform_data / pata_ixp4xx_cf.h
index 601ba97..e60fa41 100644 (file)
@@ -14,8 +14,8 @@ struct ixp4xx_pata_data {
        volatile u32    *cs1_cfg;
        unsigned long   cs0_bits;
        unsigned long   cs1_bits;
-       void __iomem    *cs0;
-       void __iomem    *cs1;
+       void __iomem    *cmd;
+       void __iomem    *ctl;
 };
 
 #endif