aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:30 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:30 +0000
commitdfc016587a1e11191676c42672aeeee5eb8cd64b (patch)
treec7c76d0a331f429ab9d18f5ae07a6c4b06c1499e /sys/dev
parent2a63c3be158216222d89a073dcbd6a72ee4aab5a (diff)
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/gpio/gpiopower.c3
-rw-r--r--sys/dev/videomode/vesagtf.c3
2 files changed, 0 insertions, 6 deletions
diff --git a/sys/dev/gpio/gpiopower.c b/sys/dev/gpio/gpiopower.c
index 28ca9ad36fb6..5c369396813f 100644
--- a/sys/dev/gpio/gpiopower.c
+++ b/sys/dev/gpio/gpiopower.c
@@ -24,9 +24,6 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-
-__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/dev/videomode/vesagtf.c b/sys/dev/videomode/vesagtf.c
index c02c421c14ac..077cf7d1a0ea 100644
--- a/sys/dev/videomode/vesagtf.c
+++ b/sys/dev/videomode/vesagtf.c
@@ -150,9 +150,6 @@
*/
#ifdef _KERNEL
-#include <sys/cdefs.h>
-
-__FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <sys/param.h>
#include <sys/systm.h>