public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2]arch:x86:kvm:i8254.h Remove base_addresss in kvm_pit since it is unused.
@ 2011-03-30 16:54 Justin P. Mattock
  2011-04-05  8:22 ` Avi Kivity
  0 siblings, 1 reply; 3+ messages in thread
From: Justin P. Mattock @ 2011-03-30 16:54 UTC (permalink / raw)
  To: trivial; +Cc: kvm, linux-kernel, avi, Justin P. Mattock

The patch below removes unsigned long base_addresss; in i8254.h 
since it is unused.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-04-05 15:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-30 16:54 [PATCH v2]arch:x86:kvm:i8254.h Remove base_addresss in kvm_pit since it is unused Justin P. Mattock
2011-04-05  8:22 ` Avi Kivity
2011-04-05 15:38   ` Justin P. Mattock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox