Commit 8031042c authored by Dr. David Alan Gilbert's avatar Dr. David Alan Gilbert Committed by Shuah Khan

list: test: remove unused struct 'klist_test_struct'

'klist_test_struct' has been unused since the original
commit 57b4f760 ("list: test: Test the klist structure").

Remove it.
Signed-off-by: default avatarDr. David Alan Gilbert <linux@treblig.org>
Reviewed-by: default avatarDavid Gow <davidgow@google.com>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent 2c7afc2a
......@@ -1201,12 +1201,6 @@ static struct kunit_suite hlist_test_module = {
};
struct klist_test_struct {
int data;
struct klist klist;
struct klist_node klist_node;
};
static int node_count;
static struct klist_node *last_node;
......
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