mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-06 15:43:15 +00:00
jffs2: Add <linux/printk.h>
A follow up patch uses no_printk().
This commit is contained in:
6
cpukit/libfs/src/jffs2/include/linux/printk.h
Normal file
6
cpukit/libfs/src/jffs2/include/linux/printk.h
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
#ifndef __LINUX_PRINTK_H__
|
||||||
|
#define __LINUX_PRINTK_H__
|
||||||
|
|
||||||
|
#define no_printk(fmt, ...) do { } while (0)
|
||||||
|
|
||||||
|
#endif /* __LINUX_PRINTK_H__ */
|
||||||
Reference in New Issue
Block a user