]> git.ipfire.org Git - thirdparty/u-boot.git/commit
include/ide.h: Cleanup usage
authorTom Rini <trini@konsulko.com>
Wed, 21 May 2025 22:51:19 +0000 (16:51 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 2 Jun 2025 23:26:16 +0000 (17:26 -0600)
commitd81b57a3cc881569d18014c0a8806e163066fd77
tree408c1da14ee546c93a03c8db690424c5952424e8
parent43d76dc7df600b10cbf70753750bf87de098b210
include/ide.h: Cleanup usage

At this point in time, <ide.h> provides the IDE_BUS macro and the
function prototype for ide_set_reset, which is used with IDE_RESET. The
only files which should include this header are the ones that either use
that macro or that function. Remove <blk.h> from <ide.h> and remove
<ide.h> from places which do not need it.

Signed-off-by: Tom Rini <trini@konsulko.com>
12 files changed:
board/freescale/m5253demo/m5253demo.c
board/imgtec/malta/malta.c
cmd/ide.c
common/board_r.c
disk/part.c
disk/part_amiga.c
disk/part_dos.c
disk/part_efi.c
disk/part_mac.c
include/ide.h
include/part.h
lib/efi_loader/efi_device_path.c