On 09/27/2011 09:26 AM, Avi Kivity wrote:
Has no business in hw/.

Signed-off-by: Avi Kivity<a...@redhat.com>

Applied.  Thanks.

Regards,

Anthony Liguori

---
  hw/event_notifier.c =>  event_notifier.c |    1 -
  hw/event_notifier.h =>  event_notifier.h |    0
  2 files changed, 0 insertions(+), 1 deletions(-)
  rename hw/event_notifier.c =>  event_notifier.c (98%)
  rename hw/event_notifier.h =>  event_notifier.h (100%)

diff --git a/hw/event_notifier.c b/event_notifier.c
similarity index 98%
rename from hw/event_notifier.c
rename to event_notifier.c
index 13f3656..2c73555 100644
--- a/hw/event_notifier.c
+++ b/event_notifier.c
@@ -10,7 +10,6 @@
   * the COPYING file in the top-level directory.
   */

-#include "hw.h"
  #include "event_notifier.h"
  #ifdef CONFIG_EVENTFD
  #include<sys/eventfd.h>
diff --git a/hw/event_notifier.h b/event_notifier.h
similarity index 100%
rename from hw/event_notifier.h
rename to event_notifier.h


Reply via email to