diff options
Diffstat (limited to 'include/linux/stringify.h')
-rw-r--r-- | include/linux/stringify.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/stringify.h b/include/linux/stringify.h index 841cec8ed5..0e84cbe652 100644 --- a/include/linux/stringify.h +++ b/include/linux/stringify.h @@ -9,4 +9,6 @@ #define __stringify_1(x...) #x #define __stringify(x...) __stringify_1(x) +#define FILE_LINE __FILE__ ":" __stringify(__LINE__) + #endif /* !__LINUX_STRINGIFY_H */ |