Commit 6c9f2ef9 authored by David Howells's avatar David Howells

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: default avatarDavid Howells <dhowells@redhat.com>
parent c15a48d6
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
* Copyright (C) 1998 Paul Mackerras. * Copyright (C) 1998 Paul Mackerras.
*/ */
#ifndef _LINUX_PMU_H
#define _LINUX_PMU_H
#define PMU_DRIVER_VERSION 2 #define PMU_DRIVER_VERSION 2
...@@ -207,3 +209,5 @@ extern int pmu_sys_suspended; ...@@ -207,3 +209,5 @@ extern int pmu_sys_suspended;
#endif #endif
#endif /* __KERNEL__ */ #endif /* __KERNEL__ */
#endif /* _LINUX_PMU_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment