summaryrefslogtreecommitdiff
path: root/media.c
diff options
context:
space:
mode:
Diffstat (limited to 'media.c')
-rw-r--r--media.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/media.c b/media.c
index d5d98de..9974ae1 100644
--- a/media.c
+++ b/media.c
@@ -35,11 +35,6 @@
#include "subdev.h"
#include "tools.h"
-static unsigned int media_entity_type(struct media_entity *entity)
-{
- return entity->info.type & MEDIA_ENTITY_TYPE_MASK;
-}
-
static const char *media_entity_type_to_string(unsigned type)
{
static const struct {