diff options
author | Juergen Gross <jgross@suse.com> | 2016-10-11 05:02:14 -0400 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2016-10-30 18:21:45 -0400 |
commit | 3dae2c6152fbbc6224343551158b61aad585cedf (patch) | |
tree | 43bf0e4745ead0f86b899f5cdb8e11156ae1644a | |
parent | 34563769e438d2881f62cf4d9badc4e589ac0ec0 (diff) |
virtio: remove config.c
Remove unused file config.c
Signed-off-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r-- | drivers/virtio/config.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/virtio/config.c b/drivers/virtio/config.c deleted file mode 100644 index f70bcd2ff98f..000000000000 --- a/drivers/virtio/config.c +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | /* Configuration space parsing helpers for virtio. | ||
2 | * | ||
3 | * The configuration is [type][len][... len bytes ...] fields. | ||
4 | * | ||
5 | * Copyright 2007 Rusty Russell, IBM Corporation. | ||
6 | * GPL v2 or later. | ||
7 | */ | ||
8 | #include <linux/err.h> | ||
9 | #include <linux/virtio.h> | ||
10 | #include <linux/virtio_config.h> | ||
11 | #include <linux/bug.h> | ||
12 | |||