Commit a5e3ce10 authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] jiffies.h includes asm/param.h

Tim Schmielau <tim@physik3.uni-rostock.de>: provide HZ from jiffies.h:
  Most files that include <jiffies.h> also need HZ defined, which is
  quite reasonable. So don't require the to include <asm/param.h>
  themselves.
parent a7ecd054
......@@ -2,6 +2,7 @@
#define _LINUX_JIFFIES_H
#include <linux/types.h>
#include <asm/param.h> /* for HZ */
/*
* The 64-bit value is not volatile - you MUST NOT read it
......
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