mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 11:12:01 -04:00
greybus: interface: remove unused prototype
Remove unused function prototype that was left after a recent change. Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
16ba59cedf
commit
cca69fabeb
@@ -48,9 +48,6 @@ struct gb_interface {
|
||||
};
|
||||
#define to_gb_interface(d) container_of(d, struct gb_interface, dev)
|
||||
|
||||
struct gb_interface *gb_interface_find(struct gb_host_device *hd,
|
||||
u8 interface_id);
|
||||
|
||||
struct gb_interface *gb_interface_create(struct gb_module *module,
|
||||
u8 interface_id);
|
||||
int gb_interface_activate(struct gb_interface *intf);
|
||||
|
||||
Reference in New Issue
Block a user