xref: /linux/drivers/net/wireless/intel/iwlwifi/mld/tests/module.c (revision 504f9bdd3a1588604b0452bfe927ff86e5f6e6df)
1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2 /*
3  * This is just module boilerplate for the iwlmld kunit module.
4  *
5  * Copyright (C) 2024 Intel Corporation
6  */
7 #include <linux/module.h>
8 
9 MODULE_IMPORT_NS("IWLWIFI");
10 MODULE_LICENSE("GPL");
11 MODULE_DESCRIPTION("kunit tests for iwlmld");
12