printf: Remove unused 'bprintf'
[drm/drm-misc.git] / include / linux / fpu.h
blob2fb63e22913bcf86f373179a1b0d14e4b3c4f68c
1 /* SPDX-License-Identifier: GPL-2.0 */
3 #ifndef _LINUX_FPU_H
4 #define _LINUX_FPU_H
6 #ifdef _LINUX_FPU_COMPILATION_UNIT
7 #error FP code must be compiled separately. See Documentation/core-api/floating-point.rst.
8 #endif
10 #include <asm/fpu.h>
12 #endif