The patch below removes unsigned long base_addresss; in i8254.h
since it is unused.
Signed-off-by: Justin P. Mattock <[email protected]>
---
arch/x86/kvm/i8254.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/x86/kvm/i8254.h b/arch/x86/kvm/i8254.h
index 46d08ca..b681a9f 100644
--- a/arch/x86/kvm/i8254.h
+++ b/arch/x86/kvm/i8254.h
@@ -33,7 +33,6 @@ struct kvm_kpit_state {
};
struct kvm_pit {
- unsigned long base_addresss;
struct kvm_io_device dev;
struct kvm_io_device speaker_dev;
struct kvm *kvm;
--
1.7.4.1
On 03/30/2011 06:54 PM, Justin P. Mattock wrote:
> The patch below removes unsigned long base_addresss; in i8254.h
> since it is unused.
>
Applied, thanks.
--
error compiling committee.c: too many arguments to function
On Tue, 2011-04-05 at 11:22 +0300, Avi Kivity wrote:
> On 03/30/2011 06:54 PM, Justin P. Mattock wrote:
> > The patch below removes unsigned long base_addresss; in i8254.h
> > since it is unused.
> >
>
> Applied, thanks.
>
o.k. avi... your welcome, and thank you for being patient with me..
(I'm not the best at code, but am willing to learn and work at it to get
better).
Justin P. Mattock