
22 Aug
2013
22 Aug
'13
5 p.m.
Dear Josh Wu,
Josh Wu Josh.wu@atmel.com writes:
Since kernel code current use many dev_xxx() instead of using printk. To compatible, move those dev_xxx from usb driver to linux/compat.h. Then all driver code can use dev_err, dev_info and dev_vdbg.
This patch also removed duplicated macro definitions in usb driver.
Signed-off-by: Josh Wu josh.wu@atmel.com Acked-by: Scott Wood scottwood@freescale.com
drivers/usb/musb-new/linux-compat.h | 16 ---------------- include/linux/compat.h | 8 ++++++++ 2 files changed, 8 insertions(+), 16 deletions(-)
applied to u-boot-atmel/master, thanks!
Best regards, Andreas Bießmann