From ac829d00a9bf52d199aed7d84a756fa519c48db4 Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Wed, 29 Apr 2009 16:20:19 -0500 Subject: [PATCH] Remove devfn from BlockDriverState It's no longer used. Signed-off-by: Anthony Liguori Signed-off-by: Avi Kivity --- block_int.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/block_int.h b/block_int.h index 951ff0237f..e10b9069f2 100644 --- a/block_int.h +++ b/block_int.h @@ -150,8 +150,6 @@ struct BlockDriverState { int cyls, heads, secs, translation; int type; char device_name[32]; - /* PCI devfn of parent */ - int devfn; BlockDriverState *next; void *private; }; -- 2.11.4.GIT