diff options
| author | Tom Rini <trini@konsulko.com> | 2016-06-13 08:50:58 -0400 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2016-06-13 08:50:58 -0400 |
| commit | fd9102dafea5c6959401d0dbc5293a56d2261878 (patch) | |
| tree | 5aad4472b833800daab260c94062fbaed2468d39 /include/linux | |
| parent | a52142855a1345c233af8bb76fb1ad4d3048e008 (diff) | |
| parent | c1631c8a04f53e694dd73bbb987b97eed5188517 (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot-atmel
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/compat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/compat.h b/include/linux/compat.h index e561ee311a..7236b8d0c3 100644 --- a/include/linux/compat.h +++ b/include/linux/compat.h @@ -25,6 +25,8 @@ extern struct p_current *current; printf(fmt, ##args) #define dev_err(dev, fmt, args...) \ printf(fmt, ##args) +#define dev_warn(dev, fmt, args...) \ + printf(fmt, ##args) #define printk printf #define printk_once printf |
