summaryrefslogtreecommitdiff
path: root/kernel/xpp/xpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/xpp/xpd.h')
-rw-r--r--kernel/xpp/xpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/xpp/xpd.h b/kernel/xpp/xpd.h
index 717e68d..743ff1e 100644
--- a/kernel/xpp/xpd.h
+++ b/kernel/xpp/xpd.h
@@ -31,7 +31,7 @@
#include <linux/device.h>
#include <linux/version.h>
#include <asm/atomic.h>
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 26)
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,26)
#include <linux/semaphore.h>
#else
#include <asm/semaphore.h>