From: Johan Hovold Date: Mon, 7 Dec 2015 14:05:29 +0000 (+0100) Subject: greybus: bundle: remove obsolete function prototype X-Git-Tag: v4.9-rc1~119^2~378^2~21^2~953 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=a2cc7404e18cb75555b14831685a0b227135bc47;p=linux-block.git greybus: bundle: remove obsolete function prototype Remove obsolete function prototype that was left after a recent code relocation. Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/bundle.h b/drivers/staging/greybus/bundle.h index 24ddd449034c..662c4a6b92f5 100644 --- a/drivers/staging/greybus/bundle.h +++ b/drivers/staging/greybus/bundle.h @@ -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); 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 */