diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/device.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index 0d9ba0c0979..6d37e59db57 100644 --- a/include/linux/device.h +++ b/include/linux/device.h | |||
@@ -895,8 +895,6 @@ extern const char *dev_driver_string(const struct device *dev); | |||
895 | 895 | ||
896 | #ifdef CONFIG_PRINTK | 896 | #ifdef CONFIG_PRINTK |
897 | 897 | ||
898 | extern int create_syslog_header(const struct device *dev, | ||
899 | char *hdr, size_t hdrlen); | ||
900 | extern int dev_vprintk_emit(int level, const struct device *dev, | 898 | extern int dev_vprintk_emit(int level, const struct device *dev, |
901 | const char *fmt, va_list args); | 899 | const char *fmt, va_list args); |
902 | extern __printf(3, 4) | 900 | extern __printf(3, 4) |