aboutsummaryrefslogtreecommitdiff
path: root/hw/baum.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2009-10-26 15:56:47 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2009-10-30 08:39:31 -0500
commit2b0efdc3e116753e349bc3d1888a8520f57e8315 (patch)
treea17fdd90789af0fb69283a80737608f2cd68e5a1 /hw/baum.h
parentfa7c70c35a24f2c5b115004c51f3b726cc630e6d (diff)
usb-serial and braille: use qdev for -usbdevice
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/baum.h')
-rw-r--r--hw/baum.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/baum.h b/hw/baum.h
index 39ca4b12d9..8af710fa21 100644
--- a/hw/baum.h
+++ b/hw/baum.h
@@ -22,8 +22,5 @@
* THE SOFTWARE.
*/
-/* usb device */
-USBDevice *usb_baum_init(void);
-
/* char device */
CharDriverState *chr_baum_init(QemuOpts *opts);