diff options
| author | David Binder <[email protected]> | 2017-03-17 11:27:07 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2017-03-21 07:58:46 +0100 |
| commit | 999bc1ffb7dc8f2e0739fb3bf48fdcb79f562dca (patch) | |
| tree | 390e4c5ba98b050f053c488bd4653b71687b301e | |
| parent | ea0d207564e3211658ceba9736dcca76bd8276b7 (diff) | |
staging: unisys: visorbus: Rename what vmcallinterface.h #define
Renames __IOMONINTF_H__ to __VMCALLINTERFACE_H__, which more closely
reflects the naming conventions of the code.
Signed-off-by: David Binder <[email protected]>
Signed-off-by: David Kershner <[email protected]>
Reviewed-by: Tim Sell <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
| -rw-r--r-- | drivers/staging/unisys/visorbus/vmcallinterface.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/unisys/visorbus/vmcallinterface.h b/drivers/staging/unisys/visorbus/vmcallinterface.h index 1a65336a28ee..3ba1ed7d42e3 100644 --- a/drivers/staging/unisys/visorbus/vmcallinterface.h +++ b/drivers/staging/unisys/visorbus/vmcallinterface.h @@ -12,8 +12,8 @@ * details. */ -#ifndef __IOMONINTF_H__ -#define __IOMONINTF_H__ +#ifndef __VMCALLINTERFACE_H__ +#define __VMCALLINTERFACE_H__ /* * This file contains all structures needed to support the VMCALLs for IO @@ -174,4 +174,4 @@ do { \ MDS_APPOS, post_code_temp); \ } while (0) -#endif /* __IOMONINTF_H__ */ +#endif /* __VMCALLINTERFACE_H__ */ |