Skip to content

Commit 5c18a36

Browse files
Sachin KamatFelipe Balbi
authored andcommitted
usb: gadget: f_eem: Staticize eem_alloc
'eem_alloc' is local to this file. Make it static. Signed-off-by: Sachin Kamat <[email protected]> Signed-off-by: Felipe Balbi <[email protected]>
1 parent 0f0392f commit 5c18a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/usb/gadget/f_eem.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ static void eem_unbind(struct usb_configuration *c, struct usb_function *f)
624624
usb_free_all_descriptors(f);
625625
}
626626

627-
struct usb_function *eem_alloc(struct usb_function_instance *fi)
627+
static struct usb_function *eem_alloc(struct usb_function_instance *fi)
628628
{
629629
struct f_eem *eem;
630630
struct f_eem_opts *opts;

0 commit comments

Comments
 (0)