diff options
| -rw-r--r-- | libmachdev/block.c | 4 |
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, |
