mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-11 22:46:43 +07:00
10 lines
153 B
C
10 lines
153 B
C
|
#include <linux/module.h>
|
||
|
|
||
|
#ifndef __CHECKER__
|
||
|
#include <net/cfg802154.h>
|
||
|
#include "driver-ops.h"
|
||
|
#define CREATE_TRACE_POINTS
|
||
|
#include "trace.h"
|
||
|
|
||
|
#endif
|