diff options
author | Zheng Da <zhengda1936@gmail.com> | 2010-06-17 07:45:06 +0200 |
---|---|---|
committer | Zheng Da <zhengda1936@gmail.com> | 2010-06-17 07:45:06 +0200 |
commit | 70d6d54fe949a7743bd5091e74aab2477336b5d3 (patch) | |
tree | 22eadc51d58664eb44ab2967a48c16408b7c1a98 /libmachdev/block.c | |
parent | 5e2cafe59319fdfa3e17b6bfcb8f655411d70618 (diff) |
fix a bug in linux_block_emulation_ops
Diffstat (limited to 'libmachdev/block.c')
-rw-r--r-- | libmachdev/block.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmachdev/block.c b/libmachdev/block.c index 54048fde..080338d8 100644 --- a/libmachdev/block.c +++ b/libmachdev/block.c @@ -227,6 +227,7 @@ struct device_emulation_ops linux_block_emulation_ops = { NULL, NULL, + NULL, dev_to_port, device_open, NULL, |