1
0
Fork 0

staging: unisys: visorbus: Convert visorchipset.h refs

visorbus_private.h was previously named visorchipset.h. This patch removes
references to the old filename, and updates them with the new filename.

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>
hifive-unleashed-5.1
David Binder 2016-09-02 16:41:32 -04:00 committed by Greg Kroah-Hartman
parent 43c0ab0e1c
commit 7339cb09a9
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* visorchipset.h
/* visorbus_private.h
*
* Copyright (C) 2010 - 2015 UNISYS CORPORATION
* All rights reserved.
@ -14,8 +14,8 @@
* details.
*/
#ifndef __VISORCHIPSET_H__
#define __VISORCHIPSET_H__
#ifndef __VISORBUS_PRIVATE_H__
#define __VISORBUS_PRIVATE_H__
#include <linux/uuid.h>