greybus: svc: unexport eject helper
authorJohan Hovold <johan@hovoldconsulting.com>
Wed, 9 Mar 2016 11:20:44 +0000 (12:20 +0100)
committerGreg Kroah-Hartman <gregkh@google.com>
Thu, 10 Mar 2016 21:57:42 +0000 (13:57 -0800)
Do no export the interface-eject helper, which is only supposed to be
used by core.

Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Reviewed-by: Jeffrey Carlyle <jcarlyle@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/svc.c

index 480a071..71b3879 100644 (file)
@@ -143,7 +143,6 @@ int gb_svc_intf_eject(struct gb_svc *svc, u8 intf_id)
                                         sizeof(request), NULL, 0,
                                         GB_SVC_EJECT_TIME);
 }
-EXPORT_SYMBOL_GPL(gb_svc_intf_eject);
 
 int gb_svc_dme_peer_get(struct gb_svc *svc, u8 intf_id, u16 attr, u16 selector,
                        u32 *value)