staging: unisys: Include missing headers

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>
This commit is contained in:
Jes Sorensen 2015-05-13 13:22:00 -04:00 committed by Greg Kroah-Hartman
parent 372d872a00
commit 0f41c727fc
3 changed files with 1 additions and 4 deletions

View file

@ -22,7 +22,6 @@
* ISSUE_IO_VMCALL_POSTCODE_SEVERITY */ * ISSUE_IO_VMCALL_POSTCODE_SEVERITY */
/******* INFO ON ISSUE_POSTCODE_LINUX() BELOW *******/ /******* INFO ON ISSUE_POSTCODE_LINUX() BELOW *******/
#include "vmcallinterface.h"
enum driver_pc { /* POSTCODE driver identifier tuples */ enum driver_pc { /* POSTCODE driver identifier tuples */
/* visorchipset driver files */ /* visorchipset driver files */
VISOR_CHIPSET_PC = 0xA0, VISOR_CHIPSET_PC = 0xA0,

View file

@ -18,8 +18,6 @@
#ifndef __VBUSHELPER_H__ #ifndef __VBUSHELPER_H__
#define __VBUSHELPER_H__ #define __VBUSHELPER_H__
#include "vbusdeviceinfo.h"
/* TARGET_HOSTNAME specified as -DTARGET_HOSTNAME=\"thename\" on the /* TARGET_HOSTNAME specified as -DTARGET_HOSTNAME=\"thename\" on the
* command line */ * command line */

View file

@ -23,7 +23,7 @@
#include "periodic_work.h" #include "periodic_work.h"
#include "vbuschannel.h" #include "vbuschannel.h"
#include "guestlinuxdebug.h" #include "guestlinuxdebug.h"
#include "vbusdeviceinfo.h" #include "vmcallinterface.h"
#define MYDRVNAME "visorbus" #define MYDRVNAME "visorbus"