diff options
| author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-12-10 13:44:09 +0100 |
|---|---|---|
| committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-12-10 13:44:09 +0100 |
| commit | c5addc333ee74de41653b002bffab7e618ed5562 (patch) | |
| tree | 285022809d583b4e1b1086bf7dccd4cd78a7d538 /libmachdev | |
| parent | 4057d75607158f13e8a07b0efa1ecadc0aa3acd4 (diff) | |
sync dde
Diffstat (limited to 'libmachdev')
| -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, |
