ide: remove ide_default_io_ctl() macro
It is always == '((base) + 0x206)' if CONFIG_IDE_ARCH_OBSOLETE_DEFAULTS=y and it is not needed otherwise (arm, blackfin, parisc, ppc64, sh, sparc[64]). Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
		| @@ -37,8 +37,6 @@ static inline unsigned long ide_default_io_base(int index) | ||||
| 	} | ||||
| } | ||||
|  | ||||
| #define ide_default_io_ctl(base)	((base) + 0x206) /* obsolete */ | ||||
|  | ||||
| #ifdef CONFIG_PCI | ||||
| #define ide_init_default_irq(base)	(0) | ||||
| #else | ||||
|   | ||||
		Reference in New Issue
	
	Block a user