summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/include/linux/kmemleak.h
blob: 30857919af2558c61863559086f72665bed70d82 (plain) (blame)
1
2
3
4
5
6
7
8
/* Public domain. */

#ifndef _LINUX_KMEMLEAK_H
#define _LINUX_KMEMLEAK_H

#define kmemleak_update_trace(x)

#endif