diff --git a/sys/dev/isp/isp_tpublic.h b/sys/dev/isp/isp_tpublic.h index a497077d0b39..03f832dd8b5a 100644 --- a/sys/dev/isp/isp_tpublic.h +++ b/sys/dev/isp/isp_tpublic.h @@ -329,5 +329,5 @@ typedef struct { int r_inst; int r_lunwidth; int r_buswidth; - void (*r_action) __P((int, void *)); + void (*r_action)(int, void *); } hba_register_t;