1
0
Fork 0

UAPI: Guard linux/pmu.h

Place reinclusion guards on linux/pmu.h otherwise the UAPI splitter won't
insert the #include to include the UAPI header from the kernel header.

Signed-off-by: David Howells <dhowells@redhat.com>
wifi-calibration
David Howells 2011-12-13 09:26:45 +00:00
parent c15a48d606
commit 6c9f2ef9b5
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,8 @@
* Copyright (C) 1998 Paul Mackerras.
*/
#ifndef _LINUX_PMU_H
#define _LINUX_PMU_H
#define PMU_DRIVER_VERSION 2
@ -207,3 +209,5 @@ extern int pmu_sys_suspended;
#endif
#endif /* __KERNEL__ */
#endif /* _LINUX_PMU_H */