commit | 23d780b53f460f8a923dc62ce3cf81554219763e | [log] [tgz] |
---|---|---|
author | Alexey Kardashevskiy <aik@ozlabs.ru> | Tue Oct 18 12:03:58 2016 +1100 |
committer | Alexey Kardashevskiy <aik@ozlabs.ru> | Wed Oct 19 09:52:45 2016 +1100 |
tree | 51d47509f533dbb430e93f4e3bc49a2cd244f5b7 | |
parent | 4fd2fd7f29fd790a886514cb05911741f318f890 [diff] |
virtio-serial: Fix compile error This stops using C99 declaration which breaks compile on gcc 4.8. Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru> Tested-by: Thomas Huth <thuth@redhat.com>