staging: unisys: visorbus: vbuschannel doesn't use ctypes
authorDavid Kershner <david.kershner@unisys.com>
Wed, 27 Sep 2017 17:14:31 +0000 (13:14 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Sep 2017 09:17:14 +0000 (11:17 +0200)
Don't include ctypes in vbuschannel.h, it isn't used by ctypes, but it is
used by visorbus_main.c so include it there.

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>
drivers/staging/unisys/visorbus/controlvmchannel.h
drivers/staging/unisys/visorbus/vbuschannel.h
drivers/staging/unisys/visorbus/visorbus_main.c

index 32ff5c1bb6ba52d77e5f556f45f3a11a1aa6ca18..4735ed890515838670d02f87516b19d638c8078d 100644 (file)
@@ -17,6 +17,7 @@
 #define __CONTROLVMCHANNEL_H__
 
 #include <linux/uuid.h>
+
 #include "channel.h"
 
 /* {2B3C2D10-7EF5-4ad8-B966-3448B7386B3D} */
index 27e04de14818209ed75e8451eadc7d855bfb5b4e..6eae58db41f3baf2c2e623a5d514ba48d840a7b6 100644 (file)
@@ -26,7 +26,6 @@
  */
 
 #include <linux/uuid.h>
-#include <linux/ctype.h>
 #include "channel.h"
 
 /* {193b331b-c58f-11da-95a9-00e08161165f} */
index baae38f70bcc57d143884ed4c1a536648c76471a..c455784f272a8211952ac90e243d38698b9a7de3 100644 (file)
@@ -13,6 +13,7 @@
  * details.
  */
 
+#include <linux/ctype.h>
 #include <linux/debugfs.h>
 #include <linux/module.h>
 #include <linux/slab.h>