diff options
| author | 2021-11-05 12:10:27 +0100 | |
|---|---|---|
| committer | 2021-11-05 12:10:27 +0100 | |
| commit | 820e9906cf64142169134f35b996108303cf22ca (patch) | |
| tree | 89f8831fb39c59aba208395d91e25ab4b26f473f /include/linux/compiler_types.h | |
| parent | Merge branch 'for-5.16/apple' into for-linus (diff) | |
| parent | HID: hid-asus.c: Maps key 0x35 (display off) to KEY_SCREENLOCK (diff) | |
| download | linux-dev-820e9906cf64142169134f35b996108303cf22ca.tar.xz linux-dev-820e9906cf64142169134f35b996108303cf22ca.zip | |
Merge branch 'for-5.16/asus' into for-linus
Diffstat (limited to 'include/linux/compiler_types.h')
| -rw-r--r-- | include/linux/compiler_types.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/compiler_types.h b/include/linux/compiler_types.h index e4ea86fc584d..b6ff83a714ca 100644 --- a/include/linux/compiler_types.h +++ b/include/linux/compiler_types.h @@ -294,12 +294,6 @@ struct ftrace_likely_data { #ifndef __compiletime_object_size # define __compiletime_object_size(obj) -1 #endif -#ifndef __compiletime_warning -# define __compiletime_warning(message) -#endif -#ifndef __compiletime_error -# define __compiletime_error(message) -#endif #ifdef __OPTIMIZE__ # define __compiletime_assert(condition, msg, prefix, suffix) \ |
