diff options
| author | Rob Clark <robdclark@chromium.org> | 2025-01-03 18:13:45 +0300 |
|---|---|---|
| committer | Rob Clark <robdclark@chromium.org> | 2025-01-03 18:13:45 +0300 |
| commit | c5fb51b71788926feef0d07f30c8af1d5e4af1a6 (patch) | |
| tree | 4f1b22e7cde61a76c6bd00c246265f3f2f166d79 /include/linux/string.h | |
| parent | a5463629299bc12d7a6308d20e662d5b36e10cb9 (diff) | |
| parent | b44b9bc7cab2967c3d6a791b1cd542c89fc07f0e (diff) | |
| download | linux-c5fb51b71788926feef0d07f30c8af1d5e4af1a6.tar.xz | |
Merge remote-tracking branch 'pm/opp/linux-next' into HEAD
Merge pm/opp tree to get dev_pm_opp_get_bw()
Signed-off-by: Rob Clark <robdclark@chromium.org>
Diffstat (limited to 'include/linux/string.h')
| -rw-r--r-- | include/linux/string.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/string.h b/include/linux/string.h index 0dd27afcfaf7..493ac4862c77 100644 --- a/include/linux/string.h +++ b/include/linux/string.h @@ -335,7 +335,6 @@ int __sysfs_match_string(const char * const *array, size_t n, const char *s); #ifdef CONFIG_BINARY_PRINTF int vbin_printf(u32 *bin_buf, size_t size, const char *fmt, va_list args); int bstr_printf(char *buf, size_t size, const char *fmt, const u32 *bin_buf); -int bprintf(u32 *bin_buf, size_t size, const char *fmt, ...) __printf(3, 4); #endif extern ssize_t memory_read_from_buffer(void *to, size_t count, loff_t *ppos, |
