From: Andi Kleen Date: Tue, 22 Sep 2009 23:44:05 +0000 (-0700) Subject: kmap_types.h: rename D macro X-Git-Tag: v2.6.32-rc1~382 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b28cfd2c0616e1b42acc6ee3c77ef6cc3873c510;p=pandora-kernel.git 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 Reviewed-by: WANG Cong Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed