diff --git a/ChangeLog b/ChangeLog
index fcef111362..0783425368 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -35,6 +35,10 @@ Mon Jan  5 2009 14:53:48 CET John Levon <john.levon@sun.com>
 	* src/Makefile.am (PRIVSYMFILES) [WITH_LINUX]: Append libvirt_linux.syms.
 	* src/libvirt_private.syms: Move two symbol names into...
 	* src/libvirt_linux.syms: ...this new file.
+
+	Remove storage backend symbols from version script
+	* src/libvirt_private.syms: Remove virStorageBackend* symbol names.
+	They're linked into qemud, not libvirt.
 	Author: John Levon
 
 Mon Jan  5 14:22:06 CET 2009 Jim Meyering <meyering@redhat.com>
diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms
index 14c59449d8..90bcc681a4 100644
--- a/src/libvirt_private.syms
+++ b/src/libvirt_private.syms
@@ -231,15 +231,6 @@ qparam_query_parse;
 free_qparam_set;
 
 
-# storage_backend.h
-virStorageBackendForType;
-virStorageBackendRunProgNul;
-virStorageBackendRunProgRegex;
-virStorageBackendStablePath;
-virStorageBackendUpdateVolInfo;
-virStorageBackendUpdateVolInfoFD;
-
-
 # storage_conf.h
 virStoragePoolDefFormat;
 virStoragePoolDefFree;