]> git.proxmox.com Git - qemu.git/commit
usb: Remove leading underscores from __musb_irq_max
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 31 Aug 2011 20:49:39 +0000 (21:49 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 7 Sep 2011 07:58:27 +0000 (09:58 +0200)
commit9147b752887d65dfe2431f0fbff1d4a2545344d0
tree188bae59411243c9c741dd64fa932396609bde9a
parentd67915786822b42094ce99768e595994cf6de0bf
usb: Remove leading underscores from __musb_irq_max

Identifiers with double leading underscore are reserved, so rename
__musb_irq_max so we don't encroach on reserved namespace.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/tusb6010.c
hw/usb.h