aboutsummaryrefslogtreecommitdiff
path: root/stand/arm64/libarm64/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'stand/arm64/libarm64/cache.c')
-rw-r--r--stand/arm64/libarm64/cache.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/stand/arm64/libarm64/cache.c b/stand/arm64/libarm64/cache.c
index 105e08cb4257..7b74f584ffe3 100644
--- a/stand/arm64/libarm64/cache.c
+++ b/stand/arm64/libarm64/cache.c
@@ -1,6 +1,5 @@
/*-
* Copyright (c) 2014 The FreeBSD Foundation
- * All rights reserved.
*
* This software was developed by Semihalf under
* the sponsorship of the FreeBSD Foundation.
@@ -26,16 +25,12 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <machine/armreg.h>
#include <machine/atomic.h>
#include <stand.h>
-#include <efi.h>
#include "bootstrap.h"
#include "cache.h"