staging: unisys: include: Rename channel.h to visorchannel.h

In order to avoid a potential conflict with other drivers that define a
channel.h file, the s-Par channel.h file is renamed in accordance with the
surrounding driver-set namespace.

Signed-off-by: David Binder <david.binder@unisys.com>
Signed-off-by: David Kershner <david.kershner@unisys.com>
Reviewed-by: Tim Sell <timothy.sell@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
David Binder 2017-09-27 13:14:40 -04:00 committed by Greg Kroah-Hartman
parent da56cb0487
commit e8ffed837f
5 changed files with 7 additions and 7 deletions

View File

@ -44,7 +44,7 @@
#include <linux/uuid.h>
#include <linux/skbuff.h>
#include "channel.h"
#include "visorchannel.h"
/*
* Must increment these whenever you insert or delete fields within this channel

View File

@ -29,7 +29,7 @@
#include <linux/device.h>
#include "channel.h"
#include "visorchannel.h"
struct visorchipset_state {
u32 created:1;

View File

@ -14,8 +14,8 @@
* details.
*/
#ifndef __CHANNEL_H__
#define __CHANNEL_H__
#ifndef __VISORCHANNEL_H__
#define __VISORCHANNEL_H__
#include <linux/types.h>
#include <linux/uuid.h>
@ -181,7 +181,7 @@ struct signal_queue_header {
u8 filler[12];
} __packed;
/* CHANNEL Guids */
/* VISORCHANNEL Guids */
/* {414815ed-c58c-11da-95a9-00e08161165f} */
#define VISOR_VHBA_CHANNEL_GUID \
GUID_INIT(0x414815ed, 0xc58c, 0x11da, \

View File

@ -18,7 +18,7 @@
#include <linux/uuid.h>
#include "channel.h"
#include "visorchannel.h"
/* {2B3C2D10-7EF5-4ad8-B966-3448B7386B3D} */
#define VISOR_CONTROLVM_CHANNEL_GUID \

View File

@ -26,7 +26,7 @@
*/
#include <linux/uuid.h>
#include "channel.h"
#include "visorchannel.h"
/* {193b331b-c58f-11da-95a9-00e08161165f} */
#define VISOR_VBUS_CHANNEL_GUID \