From b66460e4e938910b0e5495e6d3d7b2d5b3cf9c99 Mon Sep 17 00:00:00 2001 From: Stefan Hajnoczi Date: Fri, 9 Apr 2010 15:22:13 +0100 Subject: block: Do not export bdrv_first The bdrv_first linked list of BlockDriverStates is currently extern so that block migration can iterate the list. However, since there is already a bdrv_iterate() function there is no need to expose bdrv_first. Signed-off-by: Stefan Hajnoczi Signed-off-by: Kevin Wolf --- block_int.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'block_int.h') diff --git a/block_int.h b/block_int.h index e7e1e7e514..d5a808db9f 100644 --- a/block_int.h +++ b/block_int.h @@ -200,8 +200,6 @@ void qemu_aio_release(void *p); void *qemu_blockalign(BlockDriverState *bs, size_t size); -extern BlockDriverState *bdrv_first; - #ifdef _WIN32 int is_windows_drive(const char *filename); #endif -- cgit v1.2.3