projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3456376
)
virtio: remove config.c
author
Juergen Gross
<jgross@suse.com>
Tue, 11 Oct 2016 09:02:14 +0000
(11:02 +0200)
committer
Michael S. Tsirkin
<mst@redhat.com>
Sun, 30 Oct 2016 22:21:45 +0000
(
00:21
+0200)
Remove unused file config.c
Signed-off-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/virtio/config.c
[deleted file]
patch
|
blob
|
history
diff --git
a/drivers/virtio/config.c
b/drivers/virtio/config.c
deleted file mode 100644
(file)
index
f70bcd2
..0000000
--- a/
drivers/virtio/config.c
+++ /dev/null
@@
-1,12
+0,0 @@
-/* Configuration space parsing helpers for virtio.
- *
- * The configuration is [type][len][... len bytes ...] fields.
- *
- * Copyright 2007 Rusty Russell, IBM Corporation.
- * GPL v2 or later.
- */
-#include <linux/err.h>
-#include <linux/virtio.h>
-#include <linux/virtio_config.h>
-#include <linux/bug.h>
-