18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ci#include <linux/module.h>
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ci#ifndef __CHECKER__
58c2ecf20Sopenharmony_ci#include <net/cfg802154.h>
68c2ecf20Sopenharmony_ci#include "driver-ops.h"
78c2ecf20Sopenharmony_ci#define CREATE_TRACE_POINTS
88c2ecf20Sopenharmony_ci#include "trace.h"
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#endif
11