diff options
| author | thorpej <thorpej@NetBSD.org> | 2022-09-25 21:53:54 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2022-09-25 21:53:54 +0000 |
| commit | e73c048607cc9fd179b1fc5eb41aee2452dd0d5d (patch) | |
| tree | 238668de890e49ec82eabdbce8d8da8d366eeab3 /sys/dev/flash | |
| parent | 786600c955af6a371c7cab6d8e8e234a1dfce513 (diff) | |
Remove unnecessary include of <sys/malloc.h>.
Diffstat (limited to 'sys/dev/flash')
| -rw-r--r-- | sys/dev/flash/flash.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/flash/flash.c b/sys/dev/flash/flash.c index 8aa17ece53d..2d76d3d3b89 100644 --- a/sys/dev/flash/flash.c +++ b/sys/dev/flash/flash.c @@ -1,4 +1,4 @@ -/* $NetBSD: flash.c,v 1.18 2022/03/31 19:30:16 pgoyette Exp $ */ +/* $NetBSD: flash.c,v 1.19 2022/09/25 21:56:12 thorpej Exp $ */ /*- * Copyright (c) 2011 Department of Software Engineering, @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: flash.c,v 1.18 2022/03/31 19:30:16 pgoyette Exp $"); +__KERNEL_RCSID(0, "$NetBSD: flash.c,v 1.19 2022/09/25 21:56:12 thorpej Exp $"); #include <sys/param.h> #include <sys/types.h> @@ -55,7 +55,6 @@ __KERNEL_RCSID(0, "$NetBSD: flash.c,v 1.18 2022/03/31 19:30:16 pgoyette Exp $"); #include <sys/bufq.h> #include <sys/disk.h> #include <sys/disklabel.h> -#include <sys/malloc.h> #include <sys/reboot.h> #include "ioconf.h" |
