staging: unisys: Include missing headers
authorJes Sorensen <Jes.Sorensen@redhat.com>
Wed, 13 May 2015 17:22:00 +0000 (13:22 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 24 May 2015 20:28:54 +0000 (13:28 -0700)
This preps for the possible build breakage in the next few
patches.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
[updated changelog to reflect new patch order; instead
of 'fixes' the patch 'prevents' - dcz]
Signed-off-by: Don Zickus <dzickus@redhat.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/include/guestlinuxdebug.h
drivers/staging/unisys/include/vbushelper.h
drivers/staging/unisys/visorbus/visorbus_main.c

index 98150aa5bd011587209d49f82bcd92864867359d..82ee565395ba95110799bfa0d423af7d6783ed28 100644 (file)
@@ -22,7 +22,6 @@
 * ISSUE_IO_VMCALL_POSTCODE_SEVERITY */
 
 /******* INFO ON ISSUE_POSTCODE_LINUX() BELOW *******/
-#include "vmcallinterface.h"
 enum driver_pc {               /* POSTCODE driver identifier tuples */
        /* visorchipset driver files */
        VISOR_CHIPSET_PC = 0xA0,
index 84abe5f99f54429f7786623a7cf476fb19a04941..f272975b2920b65a63367e0fd2cb6b5aaa870224 100644 (file)
@@ -18,8 +18,6 @@
 #ifndef __VBUSHELPER_H__
 #define __VBUSHELPER_H__
 
-#include "vbusdeviceinfo.h"
-
 /* TARGET_HOSTNAME specified as -DTARGET_HOSTNAME=\"thename\" on the
  * command line */
 
index 77afa9dbbdc800eaa6593b297e7318d5e940afaa..114a765dab590b8c11e57e152e08ba09ad085581 100644 (file)
@@ -23,7 +23,7 @@
 #include "periodic_work.h"
 #include "vbuschannel.h"
 #include "guestlinuxdebug.h"
-#include "vbusdeviceinfo.h"
+#include "vmcallinterface.h"
 
 #define MYDRVNAME "visorbus"