aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/media-entity.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-12-11 11:12:57 -0200
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2016-01-11 12:19:05 -0200
commit97d0a70ae5e2391f213966a69c3b6f96f2c9f25b (patch)
tree43f6e8565bfeeebb57f64e9c0f42954bd88fe5e6 /drivers/media/media-entity.c
parent[media] media-device.h: Improve documentation and update it (diff)
downloadlinux-dev-97d0a70ae5e2391f213966a69c3b6f96f2c9f25b.tar.xz
linux-dev-97d0a70ae5e2391f213966a69c3b6f96f2c9f25b.zip
[media] media: remove extra blank lines
No functional changes. Suggested-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/media-entity.c')
-rw-r--r--drivers/media/media-entity.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/media-entity.c b/drivers/media/media-entity.c
index 849db4f6f1f3..5a5432524c10 100644
--- a/drivers/media/media-entity.c
+++ b/drivers/media/media-entity.c
@@ -310,7 +310,6 @@ void media_entity_graph_walk_start(struct media_entity_graph *graph,
}
EXPORT_SYMBOL_GPL(media_entity_graph_walk_start);
-
/**
* media_entity_graph_walk_next - Get the next entity in the graph
* @graph: Media graph structure
@@ -850,7 +849,6 @@ struct media_pad *media_entity_remote_pad(struct media_pad *pad)
}
EXPORT_SYMBOL_GPL(media_entity_remote_pad);
-
static void media_interface_init(struct media_device *mdev,
struct media_interface *intf,
u32 gobj_type,
@@ -915,7 +913,6 @@ struct media_link *media_create_intf_link(struct media_entity *entity,
}
EXPORT_SYMBOL_GPL(media_create_intf_link);
-
void __media_remove_intf_link(struct media_link *link)
{
list_del(&link->list);