diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-30 18:35:09 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-30 18:35:09 -0700 |
commit | f2347dfcd14fd9e30714656cb27be2b7abe59c63 (patch) | |
tree | 4a335d5ee0ac4ca9b394986d778734bdb04256e9 /Documentation/lguest/lguest.c | |
parent | 74c75f524ec5a48a00a8f01864a754c1d0e4a44b (diff) | |
parent | 526e5ab200ce483dcdf146806f4936bd58daa800 (diff) | |
download | op-kernel-dev-f2347dfcd14fd9e30714656cb27be2b7abe59c63.zip op-kernel-dev-f2347dfcd14fd9e30714656cb27be2b7abe59c63.tar.gz |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
* git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus:
lguest: fix irq vectors.
lguest: fix early_ioremap.
lguest: fix example launcher compile after moved asm-x86 dir.
Diffstat (limited to 'Documentation/lguest/lguest.c')
-rw-r--r-- | Documentation/lguest/lguest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/lguest/lguest.c b/Documentation/lguest/lguest.c index da86fd5..8045206 100644 --- a/Documentation/lguest/lguest.c +++ b/Documentation/lguest/lguest.c @@ -44,7 +44,7 @@ #include "linux/virtio_console.h" #include "linux/virtio_rng.h" #include "linux/virtio_ring.h" -#include "asm-x86/bootparam.h" +#include "asm/bootparam.h" /*L:110 We can ignore the 39 include files we need for this program, but I do * want to draw attention to the use of kernel-style types. * |