From 99cce2a3a944e4943a295fe17e2da82fcb3666e9 Mon Sep 17 00:00:00 2001 From: Mateusz Guzik Date: Tue, 1 Sep 2020 21:52:05 +0000 Subject: [PATCH] superio: clean up empty lines in .c and .h files --- sys/dev/superio/superio.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/superio/superio.c b/sys/dev/superio/superio.c index 5bf0b08fe769..d58135298d67 100644 --- a/sys/dev/superio/superio.c +++ b/sys/dev/superio/superio.c @@ -54,7 +54,6 @@ __FBSDID("$FreeBSD$"); #include "isa_if.h" - typedef void (*sio_conf_enter_f)(struct resource*, uint16_t); typedef void (*sio_conf_exit_f)(struct resource*, uint16_t);