diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2012-05-31 16:26:11 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-05-31 17:49:27 -0700 |
commit | 7bc1bac77a69011550ce0613f4a23712a002d7ad (patch) | |
tree | 4cf913aa7f3b459afcdb499a41ae25884ff24d87 /fs/hpfs/hpfs_fn.h | |
parent | 11475975dd3c0a8e639f1544ef6530373de5979e (diff) | |
download | op-kernel-dev-7bc1bac77a69011550ce0613f4a23712a002d7ad.zip op-kernel-dev-7bc1bac77a69011550ce0613f4a23712a002d7ad.tar.gz |
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>
Diffstat (limited to 'fs/hpfs/hpfs_fn.h')
-rw-r--r-- | fs/hpfs/hpfs_fn.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/hpfs/hpfs_fn.h b/fs/hpfs/hpfs_fn.h index de94617..6d2d500 100644 --- a/fs/hpfs/hpfs_fn.h +++ b/fs/hpfs/hpfs_fn.h @@ -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 */ |