]> Git Repo - linux.git/blobdiff - lib/timerqueue.c
ARC: Add guard macro to uapi/asm/unistd.h
[linux.git] / lib / timerqueue.c
index e3a1050e6820e8a360b1ebf84b6a9103b9bd626f..a382e4a326091691a617a7c3387a09c813c50792 100644 (file)
@@ -5,7 +5,7 @@
  *  Uses rbtrees for quick list adds and expiration.
  *
  *  NOTE: All of the following functions need to be serialized
- *  to avoid races. No locking is done by this libary code.
+ *  to avoid races. No locking is done by this library code.
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
+#include <linux/bug.h>
 #include <linux/timerqueue.h>
 #include <linux/rbtree.h>
-#include <linux/module.h>
+#include <linux/export.h>
 
 /**
  * timerqueue_add - Adds timer to timerqueue.
This page took 0.032697 seconds and 4 git commands to generate.