kmap_types.h: rename D macro
authorAndi Kleen <andi@firstfloor.org>
Tue, 22 Sep 2009 23:44:05 +0000 (16:44 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 23 Sep 2009 14:39:30 +0000 (07:39 -0700)
commitb28cfd2c0616e1b42acc6ee3c77ef6cc3873c510
treeacf9ac40ca9ead4164a5e5f296064b107639b480
parenta49c59c042c63b432307c1bbf7dac5a104c786e6
kmap_types.h: rename D macro

I tend to use a 'D' debugging macro a lot during debugging.  When I define
it before includes I often get conflicts with kmap_types.h's use of 'D'
too.  It's not very nice when a global include pollutes the name space
like this.

Rename the kmap_types.h D to KMAP_D.  It is only used temporarily in the
header so has no effect on anything else.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Reviewed-by: WANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/asm-generic/kmap_types.h