Commit 97d0a70a authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

[media] media: remove extra blank lines

No functional changes.
Suggested-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent db7ee32a
...@@ -310,7 +310,6 @@ void media_entity_graph_walk_start(struct media_entity_graph *graph, ...@@ -310,7 +310,6 @@ void media_entity_graph_walk_start(struct media_entity_graph *graph,
} }
EXPORT_SYMBOL_GPL(media_entity_graph_walk_start); EXPORT_SYMBOL_GPL(media_entity_graph_walk_start);
/** /**
* media_entity_graph_walk_next - Get the next entity in the graph * media_entity_graph_walk_next - Get the next entity in the graph
* @graph: Media graph structure * @graph: Media graph structure
...@@ -850,7 +849,6 @@ struct media_pad *media_entity_remote_pad(struct media_pad *pad) ...@@ -850,7 +849,6 @@ struct media_pad *media_entity_remote_pad(struct media_pad *pad)
} }
EXPORT_SYMBOL_GPL(media_entity_remote_pad); EXPORT_SYMBOL_GPL(media_entity_remote_pad);
static void media_interface_init(struct media_device *mdev, static void media_interface_init(struct media_device *mdev,
struct media_interface *intf, struct media_interface *intf,
u32 gobj_type, u32 gobj_type,
...@@ -915,7 +913,6 @@ struct media_link *media_create_intf_link(struct media_entity *entity, ...@@ -915,7 +913,6 @@ struct media_link *media_create_intf_link(struct media_entity *entity,
} }
EXPORT_SYMBOL_GPL(media_create_intf_link); EXPORT_SYMBOL_GPL(media_create_intf_link);
void __media_remove_intf_link(struct media_link *link) void __media_remove_intf_link(struct media_link *link)
{ {
list_del(&link->list); list_del(&link->list);
......
...@@ -463,8 +463,6 @@ struct media_device *media_device_find_devres(struct device *dev); ...@@ -463,8 +463,6 @@ struct media_device *media_device_find_devres(struct device *dev);
/* Iterate over all links. */ /* Iterate over all links. */
#define media_device_for_each_link(link, mdev) \ #define media_device_for_each_link(link, mdev) \
list_for_each_entry(link, &(mdev)->links, graph_obj.list) list_for_each_entry(link, &(mdev)->links, graph_obj.list)
#else #else
static inline int media_device_register(struct media_device *mdev) static inline int media_device_register(struct media_device *mdev)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment