]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - net/mac80211/driver-trace.c
Merge branch 'patches_for_2.6.38rc' of git://git.pwsan.com/linux-2.6 into devel-fixes
[mirror_ubuntu-zesty-kernel.git] / net / mac80211 / driver-trace.c
CommitLineData
0a2b8bb2
JB
1/* bug in tracepoint.h, it should include this */
2#include <linux/module.h>
3
57c9fff3
JB
4/* sparse isn't too happy with all macros... */
5#ifndef __CHECKER__
0a2b8bb2
JB
6#include "driver-ops.h"
7#define CREATE_TRACE_POINTS
8#include "driver-trace.h"
57c9fff3 9#endif