Commit 4c36a2ff authored by Amit Shah's avatar Amit Shah Committed by Anthony Liguori
Browse files

virtio-console: Rename virtio-serial.c back to virtio-console.c



This file was renamed to ease the reviews of the recent changes
that went in.

Now that the changes are done, rename the file back to its original
name.

Signed-off-by: default avatarAmit Shah <amit.shah@redhat.com>
Signed-off-by: default avatarAnthony Liguori <aliguori@us.ibm.com>
parent 3c089e15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@ user-obj-y += cutils.o cache-utils.o

hw-obj-y =
hw-obj-y += loader.o
hw-obj-y += virtio.o virtio-serial.o
hw-obj-y += virtio.o virtio-console.o
hw-obj-y += fw_cfg.o
hw-obj-y += watchdog.o
hw-obj-$(CONFIG_ECC) += ecc.o
+0 −0

File moved.