summaryrefslogtreecommitdiff
path: root/libmachdev
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-12-10 13:44:09 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-12-10 13:44:09 +0100
commitc5addc333ee74de41653b002bffab7e618ed5562 (patch)
tree285022809d583b4e1b1086bf7dccd4cd78a7d538 /libmachdev
parent4057d75607158f13e8a07b0efa1ecadc0aa3acd4 (diff)
sync dde
Diffstat (limited to 'libmachdev')
-rw-r--r--libmachdev/block.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmachdev/block.c b/libmachdev/block.c
index cd868d25..79962072 100644
--- a/libmachdev/block.c
+++ b/libmachdev/block.c
@@ -65,7 +65,7 @@ dev_to_port (void *nd)
: MACH_PORT_NULL);
}
-extern struct device_emulation_ops linux_block_emulation_ops;
+static struct device_emulation_ops linux_block_emulation_ops;
#define DISK_NAME_LEN 32
@@ -286,7 +286,7 @@ device_get_status (void *d, dev_flavor_t flavor, dev_status_t status,
return D_SUCCESS;
}
-struct device_emulation_ops linux_block_emulation_ops =
+static struct device_emulation_ops linux_block_emulation_ops =
{
NULL,
NULL,