Files
linux/drivers/misc
Tomer Tayar e00dac3daa habanalabs: Cancel pr_fmt() definition dependency on includes order
pr_fmt() should be defined before including linux/printk.h, either
directly or indirectly, in order to avoid redefinition of the macro.
Currently the macro definition is in habanalabs.h, which is included in
many files, and that makes the addition/reorder of includes to be prone
to compilation errors.
This patch cancels this dependency by defining the macro only in the few
source files that use it.

Signed-off-by: Tomer Tayar <ttayar@habana.ai>
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
2019-04-10 15:18:46 +03:00
..
2017-11-15 18:21:04 -08:00
2018-08-21 23:54:18 -04:00
2019-02-21 23:15:10 +11:00
2019-04-25 19:53:17 +02:00
2019-04-25 19:33:34 +02:00
2019-02-26 12:53:55 +01:00
2019-04-21 23:14:47 +02:00
2017-08-28 16:55:48 +02:00
2018-04-23 13:31:27 +02:00