summary refs log tree commit diff
path: root/x86_64/src/fdt.rs
diff options
context:
space:
mode:
Diffstat (limited to 'x86_64/src/fdt.rs')
-rw-r--r--x86_64/src/fdt.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/x86_64/src/fdt.rs b/x86_64/src/fdt.rs
index 8fc81ea..b072b9e 100644
--- a/x86_64/src/fdt.rs
+++ b/x86_64/src/fdt.rs
@@ -2,8 +2,6 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-extern crate arch;
-
 use arch::fdt::{begin_node, end_node, finish_fdt, property_string, start_fdt, Error};
 use std::fs::File;
 use std::io::BufRead;