]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ahc(4) clean up old Linux defines
authorHP van Braam <hp@tmm.cx>
Tue, 23 Apr 2024 20:55:36 +0000 (14:55 -0600)
committerWarner Losh <imp@FreeBSD.org>
Tue, 23 Apr 2024 20:56:11 +0000 (14:56 -0600)
commit65971073d935e8314bff8bca26d1445e9e336fce
tree4ace289654a29c59712f9928f1545698701c3a4c
parentea6f2d7797c447e3c128b94ae7d825284a137600
ahc(4) clean up old Linux defines

Linux removed theirs starting in 2018 in commit:
"scsi: aic7xxx: Fix build using bare-metal toolchain"

Also remove now-useless sys/cdefs.h includes

Signed-off-by: HP van Braam <hp@tmm.cx>
Reviewed by: imp, mav, emaste
Pull Request: https://github.com/freebsd/freebsd-src/pull/1189
15 files changed:
sys/dev/aic7xxx/ahc_isa.c
sys/dev/aic7xxx/ahc_pci.c
sys/dev/aic7xxx/ahd_pci.c
sys/dev/aic7xxx/aic7770.c
sys/dev/aic7xxx/aic79xx.c
sys/dev/aic7xxx/aic79xx.h
sys/dev/aic7xxx/aic79xx_osm.c
sys/dev/aic7xxx/aic79xx_pci.c
sys/dev/aic7xxx/aic79xx_reg_print.c
sys/dev/aic7xxx/aic7xxx.c
sys/dev/aic7xxx/aic7xxx.h
sys/dev/aic7xxx/aic7xxx_93cx6.c
sys/dev/aic7xxx/aic7xxx_osm.c
sys/dev/aic7xxx/aic7xxx_pci.c
sys/dev/aic7xxx/aic7xxx_reg_print.c