aboutsummaryrefslogtreecommitdiff
path: root/include/exec/hwaddr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/exec/hwaddr.h')
-rw-r--r--include/exec/hwaddr.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/exec/hwaddr.h b/include/exec/hwaddr.h
index 251cf9216f..c9eb78fba1 100644
--- a/include/exec/hwaddr.h
+++ b/include/exec/hwaddr.h
@@ -3,8 +3,6 @@
#ifndef HWADDR_H
#define HWADDR_H
-#ifndef CONFIG_USER_ONLY
-
#define HWADDR_BITS 64
/* hwaddr is the type of a physical address (its size can
be different from 'target_ulong'). */
@@ -20,5 +18,3 @@ typedef uint64_t hwaddr;
#define HWADDR_PRIX PRIX64
#endif
-
-#endif