From 448889a4f0c32ba8ea61f870d4edcb0e0d58af85 Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Tue, 20 Dec 2022 20:01:02 -0500 Subject: Use -Wstrict-prototypes and fix warnings Most of the changes include defining and using proper function type declarations (with argument types declared) and avoiding using the K&R style of function declarations. Message-Id: --- device/buf.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'device/buf.h') diff --git a/device/buf.h b/device/buf.h index a79ed8e4..7c8a4362 100644 --- a/device/buf.h +++ b/device/buf.h @@ -82,12 +82,6 @@ #define B_MD1 IO_SPARE_START -/* - * Redefine physio routine - */ -#define physio(strat, xbuf, dev, ops, minphys, ior) \ - block_io(strat, minphys, ior) - /* * Export standard minphys routine. */ -- cgit v1.2.3