HPFS: remove PRINTK() macro
The PRINTK() macro isn't really used. Let's just remove it because it is ugly and out of date. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
11475975dd
commit
7bc1bac77a
@ -35,13 +35,6 @@
|
||||
|
||||
#define CHKCOND(x,y) if (!(x)) printk y
|
||||
|
||||
#ifdef DBG
|
||||
#define PRINTK(x) printk x
|
||||
#else
|
||||
#undef PRINTK
|
||||
#define PRINTK(x)
|
||||
#endif
|
||||
|
||||
struct hpfs_inode_info {
|
||||
loff_t mmu_private;
|
||||
ino_t i_parent_dir; /* (directories) gives fnode of parent dir */
|
||||
|
Reference in New Issue
Block a user