[PATCH] RT: Add headers to timeofday.c

From: Daniel Walker
Date: Wed Sep 21 2005 - 18:39:35 EST


Add cache.h for smp alignment, and seqlock.h for ntp_lock seqlock
define.

Signed-Off-By: Daniel Walker <dwalker@xxxxxxxxxx>

Index: linux-2.6.13/kernel/ntp.c
===================================================================
--- linux-2.6.13.orig/kernel/ntp.c
+++ linux-2.6.13/kernel/ntp.c
@@ -47,6 +47,8 @@
#include <linux/ntp.h>
#include <linux/jiffies.h>
#include <linux/errno.h>
+#include <linux/cache.h>
+#include <linux/seqlock.h>

#define NTP_DEBUG 0



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/