mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
kunit: remove unused structure definition
remove unused string_stream_alloc_context structure definition. Signed-off-by: YoungJun.park <her0gyugyu@gmail.com> Reviewed-by: David Gow <davidgow@google.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
This commit is contained in:
committed by
Shuah Khan
parent
a52a5451f4
commit
8f8b51f7d5
@@ -131,11 +131,6 @@ bool string_stream_is_empty(struct string_stream *stream)
|
|||||||
return list_empty(&stream->fragments);
|
return list_empty(&stream->fragments);
|
||||||
}
|
}
|
||||||
|
|
||||||
struct string_stream_alloc_context {
|
|
||||||
struct kunit *test;
|
|
||||||
gfp_t gfp;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct string_stream *alloc_string_stream(struct kunit *test, gfp_t gfp)
|
struct string_stream *alloc_string_stream(struct kunit *test, gfp_t gfp)
|
||||||
{
|
{
|
||||||
struct string_stream *stream;
|
struct string_stream *stream;
|
||||||
|
Reference in New Issue
Block a user