summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/include/visorbus.h
diff options
context:
space:
mode:
authorPrarit Bhargava2015-05-06 00:37:01 +0200
committerGreg Kroah-Hartman2015-05-08 15:27:30 +0200
commit779d0752bc53aebb12a38eb2bcc696c5f12ad4d6 (patch)
tree3195a4519b804b6ab7438bbc0dce6a4813f7bf38 /drivers/staging/unisys/include/visorbus.h
parentstaging: unisys: Finally remove the last remnants of memregion (diff)
downloadkernel-qcow2-linux-779d0752bc53aebb12a38eb2bcc696c5f12ad4d6.tar.gz
kernel-qcow2-linux-779d0752bc53aebb12a38eb2bcc696c5f12ad4d6.tar.xz
kernel-qcow2-linux-779d0752bc53aebb12a38eb2bcc696c5f12ad4d6.zip
staging: unisys: remove BOOL,TRUE,FALSE definitions
These shouldn't be defined in the code and can be replaced with the standard bool, true, and false usage that the kernel uses. Signed-off-by: Prarit Bhargava <prarit@redhat.com> Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/unisys/include/visorbus.h')
-rw-r--r--drivers/staging/unisys/include/visorbus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/unisys/include/visorbus.h b/drivers/staging/unisys/include/visorbus.h
index 87ffff4657fe..bce8aa255f74 100644
--- a/drivers/staging/unisys/include/visorbus.h
+++ b/drivers/staging/unisys/include/visorbus.h
@@ -182,9 +182,9 @@ int visorchannel_write(struct visorchannel *channel, ulong offset,
void *local, ulong nbytes);
int visorchannel_clear(struct visorchannel *channel, ulong offset,
u8 ch, ulong nbytes);
-BOOL visorchannel_signalremove(struct visorchannel *channel, u32 queue,
+bool visorchannel_signalremove(struct visorchannel *channel, u32 queue,
void *msg);
-BOOL visorchannel_signalinsert(struct visorchannel *channel, u32 queue,
+bool visorchannel_signalinsert(struct visorchannel *channel, u32 queue,
void *msg);
int visorchannel_signalqueue_slots_avail(struct visorchannel *channel,
u32 queue);