Fix extern/static declaration of usb_hid_device_* functions. Should fix GCC4 build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25665 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -27,7 +27,7 @@ static mutex sDriverLock;
|
|||||||
// #pragma mark - notify hooks
|
// #pragma mark - notify hooks
|
||||||
|
|
||||||
|
|
||||||
static status_t
|
status_t
|
||||||
usb_hid_device_added(usb_device device, void **cookie)
|
usb_hid_device_added(usb_device device, void **cookie)
|
||||||
{
|
{
|
||||||
TRACE("device_added()\n");
|
TRACE("device_added()\n");
|
||||||
@@ -95,7 +95,7 @@ usb_hid_device_added(usb_device device, void **cookie)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static status_t
|
status_t
|
||||||
usb_hid_device_removed(void *cookie)
|
usb_hid_device_removed(void *cookie)
|
||||||
{
|
{
|
||||||
mutex_lock(&sDriverLock);
|
mutex_lock(&sDriverLock);
|
||||||
|
|||||||
Reference in New Issue
Block a user