Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33906
b: refs/heads/master
c: ee6baf8
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse authored and Linus Torvalds committed Sep 13, 2006
1 parent 1e0de05 commit 5a09421
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7f1cbe51ffc1273bcded36742ede4b6ebef1b640
refs/heads/master: ee6baf884b27739cca110e5167a2edfa061ca19f
2 changes: 1 addition & 1 deletion trunk/include/asm-generic/Kbuild.asm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ unifdef-y += a.out.h auxvec.h byteorder.h errno.h fcntl.h ioctl.h \
ioctls.h ipcbuf.h mman.h msgbuf.h param.h poll.h \
posix_types.h ptrace.h resource.h sembuf.h shmbuf.h shmparam.h \
sigcontext.h siginfo.h signal.h socket.h sockios.h stat.h \
statfs.h termbits.h termios.h timex.h types.h unistd.h user.h
statfs.h termbits.h termios.h types.h unistd.h user.h

# These probably shouldn't be exported
unifdef-y += elf.h page.h
3 changes: 2 additions & 1 deletion trunk/include/linux/timex.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
#include <linux/time.h>

#include <asm/param.h>
#include <asm/timex.h>

/*
* SHIFT_KG and SHIFT_KF establish the damping of the PLL and are chosen
Expand Down Expand Up @@ -191,6 +190,8 @@ struct timex {
#define TIME_BAD TIME_ERROR /* bw compat */

#ifdef __KERNEL__
#include <asm/timex.h>

/*
* kernel variables
* Note: maximum error = NTP synch distance = dispersion + delay / 2;
Expand Down

0 comments on commit 5a09421

Please sign in to comment.