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

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
Loading
Loading
Loading
Loading

drivers/virtio/config.c

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
/* 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>