linux/timer.h needs stuff from linux/hrtimer.h so include the latter from
the former.
Signed-off-by: David Howells
---
include/linux/timer.h |1 +
1 file changed, 1 insertion(+)
diff --git a/include/linux/timer.h b/include/linux/timer.h
index 2448f9cc48a3..f99724c1288e 100644
--- a
by >>):
WARNING: convert(1) not found, for SVG to PDF conversion install ImageMagick
(https://www.imagemagick.org)
kernel/trace/blktrace.c:824: warning: No description found for parameter
'cgid'
>> include/linux/hrtimer.h:118: warning: No description found for
:54: note: in expansion of macro
'L1_CACHE_BYTES'
#define cacheline_aligned __attribute__((aligned(L1_CACHE_BYTES)))
^
include/linux/hrtimer.h:194:3: note: in expansion of macro
'cacheline_aligned'
} cacheli
clock_was_set_delayed() is called from only hrtimer.c and so should be marked
static. Along with that its declaration and dummy definition must be removed
from hrtimer.h.
Signed-off-by: Viresh Kumar
---
include/linux/hrtimer.h | 5 -
kernel/hrtimer.c| 3 ++-
2 files changed, 2
This patch adds the hrtimer.h header explicitly to lg.h file,
and avoid depending on it being included somewhere else.
Signed-off-by: Glauber de Oliveira Costa <[EMAIL PROTECTED]>
---
drivers/lguest/lg.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/lgues
From: Tony Breeds <[EMAIL PROTECTED]>
struct tick_shed in tick.h uses struct hrtimer, explictly include the
hrtimer header file to make sure this is defined.
Signed-off-by: Tony Breeds <[EMAIL PROTECTED]>
---
include/linux/tick.h |1 +
1 file changed, 1 insertion(+)
Index: working/include
On Thu, 2006-11-30 at 01:42 +0100, Ariel Chÿe1vez Lorenzo wrote:
> Hi,
>
> Since the kernel 2.6.18 has incorporated the high
> resolution timer itself, I'm trying to test it, but on
> my GNU/Debian I can't figure out how to include
> hrtimer.h, that is on
On Thu, 2006-11-30 at 01:42 +0100, Ariel Chÿe1vez Lorenzo wrote:
> Hi,
>
> Since the kernel 2.6.18 has incorporated the high
> resolution timer itself, I'm trying to test it, but on
> my GNU/Debian I can't figure out how to include
> hrtimer.h, that is on
Hi,
Since the kernel 2.6.18 has incorporated the high
resolution timer itself, I'm trying to test it, but on
my GNU/Debian I can't figure out how to include
hrtimer.h, that is on /usr/src/linux/include/, the
headers.
I use the following command to try to compile it.
gcc -D__KERNEL__ -
9 matches
Mail list logo