Commit 3dae2c61 authored by Juergen Gross's avatar Juergen Gross Committed by Michael S. Tsirkin

virtio: remove config.c

Remove unused file config.c
Signed-off-by: default avatarJuergen Gross <jgross@suse.com>
Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent 34563769
/* 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>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment