laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-e1d/+/21809 )

Change subject: usb.c: Mark _e1_usb_open_device() as static
......................................................................

usb.c: Mark _e1_usb_open_device() as static

Change-Id: Ic4ac2b77f12479daa52392cc31ca1e7d9ed96567
---
M src/usb.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  tnt: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved



diff --git a/src/usb.c b/src/usb.c
index c40a7af..326a2b2 100644
--- a/src/usb.c
+++ b/src/usb.c
@@ -487,7 +487,7 @@
 // Init / Probing
 // ---------------------------------------------------------------------------

-int
+static int
 _e1_usb_open_device(struct e1_daemon *e1d, struct libusb_device *dev)
 {
        struct e1_intf *intf;

--
To view, visit https://gerrit.osmocom.org/c/osmo-e1d/+/21809
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-e1d
Gerrit-Branch: master
Gerrit-Change-Id: Ic4ac2b77f12479daa52392cc31ca1e7d9ed96567
Gerrit-Change-Number: 21809
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: tnt <[email protected]>
Gerrit-MessageType: merged

Reply via email to