block: fix warning with calling smp_processor_id() in preemptible section
[pandora-kernel.git] / drivers / staging / westbridge / astoria / include / linux / westbridge / cyas_cplus_end.h
1 /*
2  * This file is included at the end of other include files.
3  * It basically turns off the C++ specific code words that
4  * insure this code is seen as C code even within
5  * a C++ compiler.
6  *
7  */
8
9 #ifdef __cplusplus
10 }
11 #endif