Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: vchi: Get rid of C++ guards

This is an include only used by the Linux kernel, so no need to worry
about C++ compatibility.

Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
Link: https://lore.kernel.org/r/20200527115400.31391-9-nsaenzjulienne@suse.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Nicolas Saenz Julienne and committed by
Greg Kroah-Hartman
8d24d19e b6d90ef9

-8
-8
drivers/staging/vc04_services/interface/vchi/vchi.h
··· 60 60 * (local / remote) 61 61 *****************************************************************************/ 62 62 63 - #ifdef __cplusplus 64 - extern "C" { 65 - #endif 66 - 67 63 // Routine used to initialise the vchi on both local + remote connections 68 64 extern int32_t vchi_initialise(struct vchi_instance_handle **instance_handle); 69 65 ··· 153 157 /****************************************************************************** 154 158 * Configuration plumbing 155 159 *****************************************************************************/ 156 - 157 - #ifdef __cplusplus 158 - } 159 - #endif 160 160 161 161 #endif /* VCHI_H_ */ 162 162