Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a2cc7404 authored by Johan Hovold's avatar Johan Hovold Committed by Greg Kroah-Hartman
Browse files

greybus: bundle: remove obsolete function prototype



Remove obsolete function prototype that was left after a recent code
relocation.

Signed-off-by: default avatarJohan Hovold <johan@hovoldconsulting.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent b395754a
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -36,8 +36,4 @@ void gb_bundle_destroy(struct gb_bundle *bundle);
struct gb_bundle *gb_bundle_find(struct gb_interface *intf, u8 bundle_id);
struct gb_bundle *gb_bundle_find(struct gb_interface *intf, u8 bundle_id);
void gb_bundle_bind_protocols(void);
void gb_bundle_bind_protocols(void);


const struct greybus_bundle_id *
	gb_bundle_match_id(struct gb_bundle *bundle,
			   const struct greybus_bundle_id *id);

#endif /* __BUNDLE_H */
#endif /* __BUNDLE_H */